* v1.118.0

* 1.118.0

* Update changelog.txt

* Update changelog.txt
This commit is contained in:
Marc Bernard 2022-10-04 10:33:39 -04:00 committed by GitHub
parent 1be856d23a
commit 0437fc4e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 1 deletions

View File

@ -8,6 +8,25 @@ Legend
+ : added
- : removed
2022-10-04 v1.118.0
-------------------
! W3xx: Remove unnecessary metadata (#5780)
! Change build deployment filename (#5792)
File is now named "zabapgit_standalone.prog.abap" and located
in a clonable repo at https://github.com/abapGit/build
! Several XML formats have been enhanced to support object
documentation (longtexts)
+ Allow use of changelog feature without APACK (#5739)
+ Prepare processing longtexts for sub components (#5786)
+ Various objects: Add documentation (longtexts) (#5796)
+ CLAS,INTF: Support for component documentation (#5575)
+ FUGR: Add documentation (longtexts) (#5795)
* Delete obsolete longtexts on pull (#5751)
* Force usage of local object handler classes (#5778)
* CLAS: Fix pull for deleted interface methods (#5768)
* TABL: Fix deserialize if foreign key exists (#5773)
2022-09-19 v1.117.0
-------------------

View File

@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
PUBLIC .
CONSTANTS c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
CONSTANTS c_abap_version TYPE string VALUE '1.117.0' ##NO_TEXT.
CONSTANTS c_abap_version TYPE string VALUE '1.118.0' ##NO_TEXT.
ENDINTERFACE.