* 1.97.0

whitespace

* 1.97.0

* v1.97.0
This commit is contained in:
Lars Hvam 2020-06-29 16:52:15 +02:00 committed by GitHub
parent e4fd14ee73
commit 051c9c6569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 6 deletions

View File

@ -8,6 +8,23 @@ Legend
+ : added
- : removed
2020-06-29 v1.97.0
------------------
+ repository overview as main page
+ Generic possibility for changelog news
+ handling import of cyclic DDIC objects
! removed default for commit comment
! raise exception when no .abapgit.xml is found
* fix incorrect status of ignored files in repo view
* url validation fixes
* WDYN UI sort
* DSYS downport and changes
* SCP1 import order
* downport
* clear ICFSERVICE-ICFBITMAP
* W3MI record to transport
* general refactoring
2020-06-10 v1.96.0
------------------
* "last changed by" will show unknown instead of blank

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