mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
v1.26.0
This commit is contained in:
parent
4ca551b74e
commit
cdcbb12e9d
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user