* 1.95.0

* Update changelog.txt
This commit is contained in:
Lars Hvam 2020-05-21 07:39:32 +02:00 committed by GitHub
parent 2d168e170b
commit 353b813683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View File

@ -8,6 +8,26 @@ Legend
+ : added
- : removed
2020-05-21 v1.95.0
------------------
* apack interface serialization changes
* gui refactoring
+ SCVI screen variants support
+ STVI transaction variant support
+ OA2P support
+ SRVB support
+ BDEF support
+ ASMD support
+ SRVD support
+ DRUL support
+ DTDC support
! CUS0, CUS1, CUS2 only serialize master language
! DTEL, DOCT, only serialize master language
* CHAR serialization fixes
+ Allow setting of display name for offline repos
- Remove page playground
- Remove explore link, link to dotabap.org instead
2020-03-29 v1.94.0
------------------
* refactoring, remove macros

View File

@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
PUBLIC .
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.94.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.95.0' ##NO_TEXT.
ENDINTERFACE.