This commit is contained in:
Lars Hvam 2018-08-28 15:02:05 +02:00 committed by GitHub
parent f167adecd2
commit c571e95f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -8,6 +8,20 @@ Legend
+ : added
- : removed
2018-08-12 v1.75.0
------------------
+ User exit CREATE_HTTP_CLIENT
+ Hotkeys, press "?" for overview
* fix layout in merge mode
* DTEL, DOMA, TABL longtext serialization
* SAP GUI Java fix settings page
* MSAG logntexts and is_locked
* Saving variant for background program
* Downport
* PROG, add guard for bad TADIR entries
* gitgraph.js updated to latest
* Refactoring
2018-08-12 v1.74.1
------------------
* Refactoring

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