mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
2d168e170b
commit
353b813683
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user