mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
v1.73.0 (#1718)
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:
parent
58fa197ed5
commit
e904130b67
|
@ -8,6 +8,12 @@ Legend
|
||||||
+ : added
|
+ : added
|
||||||
- : removed
|
- : 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
|
2018-07-27 v1.72.2
|
||||||
------------------
|
------------------
|
||||||
* Additional unit tests
|
* Additional unit tests
|
||||||
|
|
|
@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
|
||||||
PUBLIC .
|
PUBLIC .
|
||||||
|
|
||||||
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
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.
|
ENDINTERFACE.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user