mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
e5c75da12c
commit
d013f34893
|
@ -8,6 +8,19 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2018-07-27 v1.72.2
|
||||
------------------
|
||||
* Additional unit tests
|
||||
* Optimize STATUS performance
|
||||
* FUGR fixes
|
||||
* AVAS fixes
|
||||
* SHA1 removed from persistence
|
||||
* News, less database updates
|
||||
* Refresh performance, only call BRANCH_LIST once
|
||||
* Code inspector for offline repositories
|
||||
* Store user and time for last deserialize
|
||||
* CHAR fixes
|
||||
|
||||
2018-07-20 v1.72.1
|
||||
------------------
|
||||
* FUGR: handle different ABAP language versions
|
||||
|
|
|
@ -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.1' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.72.2' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user