mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
parent
9ef961cc8a
commit
18900789a3
|
@ -8,6 +8,16 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2020-11-22 v1.103.0
|
||||
-------------------
|
||||
! DDLS file format changes, newline
|
||||
! VIEW file format changes, less data
|
||||
+ Support jump for SHI3
|
||||
+ Support jump for SHI5
|
||||
* New help buttons in new online/offline forms
|
||||
* Better error handling for uninstall
|
||||
* Documentation updates
|
||||
|
||||
2020-11-12 v1.102.0
|
||||
-------------------
|
||||
+ Backup and restore for abapGit persistency
|
||||
|
|
|
@ -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.102.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.103.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user