* 1.86.2

* Update changelog.txt
This commit is contained in:
Lars Hvam 2019-03-31 01:31:26 -07:00 committed by GitHub
parent 7bbaf069e2
commit 604c68200e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -8,6 +8,21 @@ Legend
+ : added
- : removed
2019-03-31 v1.86.2
------------------
! CLAS field VSEOCLASS-VERSION
! INTF field VSEOINTERF-VERSION cleared
! PROG fields PROGDIR-STATE & PROGDIR-VARCL cleared
! DCLS fields AS4LOCAL & ABAP_LANGUAGE_VERSION cleared
! DDLS field ABAP_LANGUAGE_VERSION cleared
! DDLX fields VERSION & RESPONSIBLE & MASTER_SYSTEM cleared
! MSAG field DOKIL-DOKSTATE cleared
! ENQU fields DD25V-AS4LOCAL and DD25V-AS4VERS cleared
* ENHO diff fix
* zlib decompress uncompressed data
* azure-pipelines.yml added to default ignore
* Fix error determining default main package
2019-03-29 v1.86.1
------------------
! Sort branches in branch overview by time

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