mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
parent
7bbaf069e2
commit
604c68200e
|
@ -8,6 +8,21 @@ Legend
|
||||||
+ : added
|
+ : added
|
||||||
- : removed
|
- : 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
|
2019-03-29 v1.86.1
|
||||||
------------------
|
------------------
|
||||||
! Sort branches in branch overview by time
|
! Sort branches in branch overview by time
|
||||||
|
|
|
@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
|
||||||
PUBLIC .
|
PUBLIC .
|
||||||
|
|
||||||
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
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.
|
ENDINTERFACE.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user