diff --git a/changelog.txt b/changelog.txt index 4352ff965..f653e4747 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,27 @@ Legend + : added - : removed +2021-01-27 v1.105.0 +------------------- +! handling of namespaces changed +! BDEF handler adjustments ++ new handler for SUSH ++ Refresh button added to stage page ++ Automatic creation of top repository package +* raise error if package is not part of package hierarchy +* SHI5 add to transport +* ENxx fix errors when uninstalling +* reduce memory consumption during deserialize +* DDLS fix dump during serialization +* ENHC add last changed by +* fix dump when switching to PR +* W3xx add object to transport on uninstall +* Uninstall ENQU before TABL +* prevent staging of duplicate files +* AVAR remove tadir on uninstall +* allow repo names with dots +* TABL, set default ROWORCOLST on deserialize + 2020-12-28 v1.104.0 ------------------- + ui, new pages for global and personal settings diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index 5d967791d..fae1900db 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 gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. - CONSTANTS gc_abap_version TYPE string VALUE '1.104.0' ##NO_TEXT. + CONSTANTS gc_abap_version TYPE string VALUE '1.105.0' ##NO_TEXT. ENDINTERFACE.