* 1.106.0

* v1.106.0
This commit is contained in:
Lars Hvam 2021-02-28 11:01:35 +01:00 committed by GitHub
parent f8076e9ca2
commit 99b3168666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View File

@ -8,6 +8,26 @@ Legend
+ : added
- : removed
2021-02-28 v1.106.0
-------------------
! TABL, serialization changed, fields TABNAME, DDLANGUAGE, POSITION cleared
+ Overview page, performance optimizations
- Install abapgit option removed from debug page
* Parsing git branch list, throw errors
* ACID, avoid "no changes found" popup
* W3xx, remove TADIR entry on uninstall
* DEVC, fix check if package is emtpy
* SICF, fix regression
* fix sapevents for chromium based browser control
* SICF, regression fix
* SHI3, serialize only main language
* Fix display of log after uninstall
* XSLT, unlock in case of errors
* SUSH, raise error if not supported
* PARA, unlock in case of errors
* Background logic, continue in case of errors
* WDCC, fix dump during serialization
2021-01-27 v1.105.0
-------------------
! handling of namespaces changed

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