From b9f82a52978ad802d1c346c99029dde998294759 Mon Sep 17 00:00:00 2001 From: Gregor Kralik Date: Fri, 16 Sep 2016 19:24:10 +0200 Subject: [PATCH] release 1.1.0 Notable changes include: - Include parameter name in exception messages for TABLE parameters - Allow `int` to be passed for `FLOAT` parameters - Allow passing parameters by reference - Add script to generate test coverage data - Add new screenshots to the NW RFC SDK installation guide - Add a release date for version 1.0.0 in the Changelog - CS fixes --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb487b..2c54707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + + +## [1.1.0] - 2016-09-16 ### Changed -- Add a release date for version 1.0.0 in the Changelog -- CS fixes - Include parameter name in exception messages for TABLE parameters - Allow `int` to be passed for `FLOAT` parameters - Allow passing parameters by reference - Add script to generate test coverage data - Add new screenshots to the NW RFC SDK installation guide +- Add a release date for version 1.0.0 in the Changelog +- CS fixes ## [1.0.0] - 2016-04-01 ### Changed @@ -75,7 +78,8 @@ All notable changes to this project will be documented in this file. ### Added - Initial working release of the extension -[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/1.0.0...HEAD +[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/1.1.0...HEAD +[1.1.0]: https://github.com/gkralik/php7-sapnwrfc/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/gkralik/php7-sapnwrfc/compare/0.7.0...1.0.0 [0.7.0]: https://github.com/gkralik/php7-sapnwrfc/compare/0.6.2...0.7.0 [0.6.2]: https://github.com/gkralik/php7-sapnwrfc/compare/0.6.1...0.6.2