Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.16.3 - rollback #551

Merged
16 commits merged into from
Feb 18, 2022
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# code pal for ABAP

[![abap package version](https://img.shields.io/endpoint?url=https://shield.abap.space/version-shield-json/github/SAP/code-pal-for-abap/src/y_code_pal_version.intf.abap/abap&label=version)](changelog.txt)
[![license](https://img.shields.io/github/license/SAP/code-pal-for-abap)](LICENSE)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/code-pal-for-abap)](https://api.reuse.software/info/github.com/SAP/code-pal-for-abap)
Expand Down Expand Up @@ -32,7 +31,6 @@ Together, we both support you in writing a clean ABAP code.
- [Check Documentation](docs/check_documentation.md)

## Dependencies
- Since Version 1.17 - SAP NetWeaver **7.57** or higher
- Since Version 1.00 - SAP NetWeaver **7.40 SP8** or higher
- [abapGit](https://docs.abapgit.org/)
- :new: [SAP Note 2527903 - Remote analysis (for check system)](https://launchpad.support.sap.com/#/notes/2527903)
Expand Down
8 changes: 0 additions & 8 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ Legend
+ : added
- : removed

2022-XX-XX v.1.17.0
------------------
* typo in constants-interface.md
* Refactoring Quick Fixes (#523)
+ Quickfix: Pseudo Comment (#509)
+ Check Button: Replicate Configuration
! Check Button: Edit

2021-11-11 v.1.16.3
------------------
* Incompatibility with abapGit after commit dc4b3705216757c7533f5802d51 (#528)
Expand Down
2 changes: 1 addition & 1 deletion src/y_code_pal_version.intf.abap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
INTERFACE y_code_pal_version PUBLIC. "#EC CONS_INTF
CONSTANTS abap TYPE string VALUE '1.17.0' ##NO_TEXT.
CONSTANTS abap TYPE string VALUE '1.16.3' ##NO_TEXT.
ENDINTERFACE.