This commit is contained in:
Lars Hvam 2019-03-15 04:46:42 -07:00 committed by GitHub
parent fe29562843
commit a3b3399a8e
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
2019-03-15 v1.86.0
------------------
+ IWPR support
* SPRX downport
+ Offline icons
* Deserialize steps refactored
* Tutorial, show correct installed package
* Fix for "undecided" error
+ Possibility for repo creation authorization check
* Branch overview, horizontal scrollbar
* DTEL, TPARA removed from XML
+ Allow injection of progress indicator
* GUI refactorings
2019-02-26 v1.85.0
------------------
* ENHO, check esistence before deletion

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