From 14e145472b09296b3733ab80e5344e7807003ec6 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 19 Aug 2023 16:16:01 +0200 Subject: [PATCH] Changelog for the 1.1.0 release Includes updating the `VERSION` constant in the `Autoload` class. --- CHANGELOG.md | 12 ++++++++++++ phpunitpolyfills-autoload.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a8c92..7eeb0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses _Nothing yet._ +## [1.1.0] - 2023-08-19 + +### Added +* `Yoast\PHPUnitPolyfills\Polyfills\AssertObjectProperty` trait to polyfill the `Assert::assertObjectHasProperty()` and `Assert::assertObjectNotHasProperty()` methods as backported from PHPUnit 10.1.0 to PHPUnit 9.6.11. PR [#135]. + +### Changed +* General housekeeping. + +[#135]: https://github.com/Yoast/PHPUnit-Polyfills/pull/135 + + ## [1.0.5] - 2023-03-31 ### Fixed @@ -156,6 +167,7 @@ Initial release. [Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/main...HEAD +[1.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0 [1.0.5]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.4...1.0.5 [1.0.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.3...1.0.4 [1.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.2...1.0.3 diff --git a/phpunitpolyfills-autoload.php b/phpunitpolyfills-autoload.php index 76a9b82..ab03f4d 100644 --- a/phpunitpolyfills-autoload.php +++ b/phpunitpolyfills-autoload.php @@ -17,7 +17,7 @@ final class Autoload { * * @var string */ - const VERSION = '1.0.5'; + const VERSION = '1.1.0'; /** * Loads a class.