* 1.89.0

* v1.89.0
This commit is contained in:
Lars Hvam 2019-08-05 03:00:38 -07:00 committed by GitHub
parent cacf02d285
commit c3229f65d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -8,6 +8,18 @@ Legend
+ : added
- : removed
2019-08-05 v1.89.0
------------------
+ belize and dark themes
* ADT jump for package link and transports
+ additional gateway support
* consistent sort ordering of files
* misc fixes for dynpros
* show error when pushing to protected branch
* show log for offline install
+ FUGR serialization of text pool
+ new error GUI
2019-06-22 v1.88.0
------------------
* parallel serialization, show errors

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.88.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.89.0' ##NO_TEXT.
ENDINTERFACE.