mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 01:36:18 +08:00
New release (#757)
* new release * update version * Update changelog.txt
This commit is contained in:
parent
72ee3e330e
commit
380cdf951b
|
@ -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
|
||||||
-------------------
|
-------------------
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -7521,4 +7521,4 @@ ENDMETHOD.
|
||||||
result = new #( me ).
|
result = new #( me ).
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user