Skip to content

Commit d00c145

Browse files
committed
Merge branch '1.x' into 2.x
2 parents 30178ef + 41aaac4 commit d00c145

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,17 @@ Projects which don't use any of the new or removed functionality in their test s
109109
[#130]: https://github.com/Yoast/PHPUnit-Polyfills/pull/130
110110

111111

112+
## [1.1.5] - 2025-08-10
113+
114+
### Fixed
115+
* PHP 8.5 deprecation notice when using the `AssertAttributeHelper::getProperty()` and `AssertAttributeHelper::getPropertyValue()` methods. PR [#261]
116+
117+
### Changed
118+
* General housekeeping.
119+
120+
[#261]: https://github.com/Yoast/PHPUnit-Polyfills/pull/261
121+
122+
112123
## [1.1.4] - 2025-02-09
113124

114125
This is a maintenance release.
@@ -313,7 +324,8 @@ Initial release.
313324
[2.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3
314325
[2.0.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.1...2.0.2
315326
[2.0.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.0...2.0.1
316-
[2.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.4...2.0.0
327+
[2.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.5...2.0.0
328+
[1.1.5]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.4...1.1.5
317329
[1.1.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...1.1.4
318330
[1.1.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.2...1.1.3
319331
[1.1.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.1...1.1.2

0 commit comments

Comments
 (0)