Skip to content

Commit c5cdabd

Browse files
committed
Changelog for release 0.2.1
1 parent 1d5d357 commit c5cdabd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
1010
_Nothing yet._
1111

1212

13+
## [0.2.1] - 2020-12-09
14+
15+
### Changed
16+
* The [BrainMonkey] dependency has been updated to require version `^2.6.0` (was `^2.5.0`).
17+
* `Yoast\WPTestUtils\BrainMonkey\YoastTestCase`: removed stubs for `wp_json_encode()` and `user_trailingslashit()`.
18+
These are now stubbed in the BrainMonkey library.
19+
20+
1321
## [0.2.0] - 2020-12-09
1422

1523
### Added
@@ -32,9 +40,11 @@ Initial release.
3240

3341

3442
[Unreleased]: https://github.com/Yoast/wp-test-utils/compare/main...HEAD
43+
[0.2.1]: https://github.com/Yoast/wp-test-utils/compare/0.2.0...0.2.1
3544
[0.2.0]: https://github.com/Yoast/wp-test-utils/compare/0.1.1...0.2.0
3645
[0.1.1]: https://github.com/Yoast/wp-test-utils/compare/0.1.0...0.1.1
3746
[0.1.0]: https://github.com/Yoast/wp-test-utils/compare/35bd47e4d59568ee0bf0997b49111c6fd0da7a8e...0.1.0
3847

48+
[BrainMonkey]: https://github.com/Brain-WP/BrainMonkey/releases
3949
[PHPUnit Polyfills]: https://github.com/Yoast/PHPUnit-Polyfills/releases
4050
[README]: https://github.com/Yoast/wp-test-utils/blob/develop/README.md

0 commit comments

Comments
 (0)