mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
1.118.0 (#5802)
* v1.118.0 * 1.118.0 * Update changelog.txt * Update changelog.txt
This commit is contained in:
parent
1be856d23a
commit
0437fc4e95
|
@ -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
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user