This commit is contained in:
Lars Hvam 2018-11-23 12:48:53 +01:00 committed by GitHub
parent 17b33c1693
commit fe8df14985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -8,6 +8,14 @@ Legend
+ : added
- : removed
2018-11-23 v1.80.0
------------------
+ Parallel serialization
+ 2 step zip import
+ possibility to open repo in master language
+ Set SSL_ID via user exit
* SUSC tadir handling
2018-11-17 v1.79.1
------------------
* SICF error handling + is_locked

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