* 1.114.0

* v1.114.0
This commit is contained in:
Lars Hvam 2022-01-03 10:59:39 +01:00 committed by GitHub
parent fd401956b8
commit 7a9ba93337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 1 deletions

View File

@ -8,6 +8,25 @@ Legend
+ : added
- : removed
2022-01-03 v1.114.0
-------------------
+ AIFC object support
+ Add user exit for adjusting display of filenames
+ Add user exit for serialize postprocess
! Refactoring: Prioritization/sequence of deserialization
! Performance optimiziation, parallel mode
* Commit page, option to hide author fields
* Fix vimium links
* Fix "remove" button for data tables
* Webgui fixes
* Downport clipboard_export
* DDLX/SMTG: Raise exception
* Always use active version for DOCU CL
* Requirements dependency check
* W3xx avoid diffs of parameters
* Repo View, improive view with folders
* Adjust usage of transport in object classes
2021-11-26 v1.113.0
-------------------
! SRVB serialization changes

View File

@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
PUBLIC .
CONSTANTS c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
CONSTANTS c_abap_version TYPE string VALUE '1.113.0' ##NO_TEXT.
CONSTANTS c_abap_version TYPE string VALUE '1.114.0' ##NO_TEXT.
ENDINTERFACE.