Skip to content

Commit

Permalink
doc(CHANGELOG.md) update to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Feb 20, 2024
1 parent fd45505 commit 4a8301c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased] Unreleased

## [4.1.0] 2024-02-20;

### Changed

- The `WPTestCase` class will **not** backup globals and static attributes by default. Version `3` of wp-browser did not backup globals and static attributes by default, this change in version `4` is aligned with that behaviour to ease migration from version `3` to version `4`.
Expand Down Expand Up @@ -2116,4 +2118,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v
[4.0.19]: https://github.com/lucatume/wp-browser/compare/4.0.18...4.0.19
[4.0.20]: https://github.com/lucatume/wp-browser/compare/4.0.19...4.0.20
[4.0.21]: https://github.com/lucatume/wp-browser/compare/4.0.20...4.0.21
[unreleased]: https://github.com/lucatume/wp-browser/compare/4.0.21...HEAD
[4.1.0]: https://github.com/lucatume/wp-browser/compare/4.0.21...4.1.0
[unreleased]: https://github.com/lucatume/wp-browser/compare/4.1.0...HEAD

0 comments on commit 4a8301c

Please sign in to comment.