Skip to content

Commit

Permalink
1.12.1 (SAP#324)
Browse files Browse the repository at this point in the history
* 1.12.1

* fixing appl comp (SAP#325)

* Update changelog.txt
  • Loading branch information
lucasborin authored Feb 9, 2021
1 parent 6cf4b7a commit cff1278
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Upgrade Note
------------------
Whenever you upgrade code pal for ABAP, it is highly recommended to execute the Y_CI_CHECK_REGISTRATION report to activate/reactivate the Checks (SE38 transaction) and regenerate the respective code inspector variant (SCI transaction)

2021-02-09 v1.12.1
------------------
* Application Component Scan (#325)

2021-02-08 v1.12.0
------------------
+ Performance Improvements (#318)
Expand Down
2 changes: 1 addition & 1 deletion src/foundation/y_check_base.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ CLASS y_check_base IMPLEMENTATION.
result = xsdbool( main_app_comp = curr_app_comp ).
CATCH cx_sy_itab_line_not_found
ycx_entry_not_found.
result = abap_false.
result = abap_true.
ENDTRY.
ENDMETHOD.

Expand Down
2 changes: 1 addition & 1 deletion src/y_code_pal_version.intf.abap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
INTERFACE y_code_pal_version PUBLIC.
CONSTANTS abap TYPE string VALUE '1.12.0' ##NO_TEXT.
CONSTANTS abap TYPE string VALUE '1.12.1' ##NO_TEXT.
ENDINTERFACE.

0 comments on commit cff1278

Please sign in to comment.