* 1.92.0

* 1.92.0
This commit is contained in:
Lars Hvam 2019-12-05 15:34:27 +01:00 committed by GitHub
parent c686a7dd3b
commit 7e15c7a844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -8,6 +8,21 @@ Legend
+ : added
- : removed
2019-12-05 v1.92.0
------------------
! handling of redefined protected methods
* downport
* show duplicate object names
* ITAU exception handling
+ IWVB support
+ IOBJ support
* additional checking of URLs when creating online repo
* author regex
* TABL popup being closed fixed
* Preparations for DOMA clearing value
+ Code selection by colum on diff screen
+ add adt links on diff page
2019-10-31 v1.91.0
------------------
! FUGR serialization changed, RSFDO-INDEX cleared

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