New release (#757)

* new release

* update version

* Update changelog.txt
This commit is contained in:
oblomov 2024-01-03 15:36:30 +01:00 committed by GitHub
parent 72ee3e330e
commit 380cdf951b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -8,6 +8,12 @@ Legend
+ : added + : added
- : removed - : removed
2023-12-20 v1.112.0
-------------------
+ new debugging tools
! UI5 module loading
2023-12-20 v1.112.0 2023-12-20 v1.112.0
------------------- -------------------

View File

@ -4,7 +4,7 @@ CLASS z2ui5_cl_fw_http_handler DEFINITION
PUBLIC SECTION. PUBLIC SECTION.
CONSTANTS c_abap_version TYPE string VALUE '1.112.0' ##NO_TEXT. CONSTANTS c_abap_version TYPE string VALUE '1.113.0' ##NO_TEXT.
CLASS-METHODS http_post CLASS-METHODS http_post
IMPORTING IMPORTING

View File

@ -7521,4 +7521,4 @@ ENDMETHOD.
result = new #( me ). result = new #( me ).
ENDMETHOD. ENDMETHOD.
ENDCLASS. ENDCLASS.