This commit is contained in:
larshp 2017-01-22 09:40:26 +00:00
parent 4ca551b74e
commit cdcbb12e9d
2 changed files with 10 additions and 1 deletions

View File

@ -8,6 +8,15 @@ Legend
+ : added
- : removed
2017-01-22 v1.26.0
------------------
+ XML ignore initial fields
+ Newline added to end of all ABAP code
2017-01-22 v1.25.2
------------------
+ Possibility to set max number of objects in list
2016-12-01 v1.24.0
------------------
+ abap syntax highlighting

View File

@ -3,7 +3,7 @@ REPORT zabapgit LINE-SIZE 100.
* See http://www.abapgit.org
CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT
gc_abap_version TYPE string VALUE 'v1.25.2'. "#EC NOTEXT
gc_abap_version TYPE string VALUE 'v1.26.0'. "#EC NOTEXT
********************************************************************************
* The MIT License (MIT)