Background mode must be reconfigured after installing this version
New interface ZIF_ABAPGIT_BACKGROUND for implementing custom handlers
Background mode will now push deletions
This commit is contained in:
Lars Hvam 2018-07-29 14:11:22 +02:00 committed by GitHub
parent 58fa197ed5
commit e904130b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,12 @@ Legend
+ : added
- : removed
2018-07-29 v1.73.0
------------------
! Background mode must be reconfigured after installing this version
+ New interface ZIF_ABAPGIT_BACKGROUND for implementing custom handlers
! Background mode will now push deletions
2018-07-27 v1.72.2
------------------
* Additional unit tests

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