From 7a9ba933374f65d6fe99e1e95b1c725d8813e90e Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 3 Jan 2022 10:59:39 +0100 Subject: [PATCH] 1.114.0 (#5245) * 1.114.0 * v1.114.0 --- changelog.txt | 19 +++++++++++++++++++ src/zif_abapgit_version.intf.abap | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 39b41e77a..fe81550b0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index 04360adff..5e90d7627 100644 --- a/src/zif_abapgit_version.intf.abap +++ b/src/zif_abapgit_version.intf.abap @@ -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.