Skip to content

Commit

Permalink
doc(CHANGELOG.md) update to version 4.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Nov 25, 2023
1 parent eb6b5ca commit 255ab20
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.0.12] 2023-11-25;

### Added

- Added the `backupGlobals`, `backupGlobalsExcludeList`, `backupStaticAttributes`, `backupStaticAttributesExcludeList` to the `WPLoader` module configuration file to provide a sweeping control over the state snapshot of test cases extending the `WPTestCase` class. Test cases overriding those properties explicitly will have their values respected.
Expand Down Expand Up @@ -2031,4 +2033,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v
[4.0.9]: https://github.com/lucatume/wp-browser/compare/4.0.8...4.0.9
[4.0.10]: https://github.com/lucatume/wp-browser/compare/4.0.9...4.0.10
[4.0.11]: https://github.com/lucatume/wp-browser/compare/4.0.10...4.0.11
[unreleased]: https://github.com/lucatume/wp-browser/compare/4.0.11...HEAD
[4.0.12]: https://github.com/lucatume/wp-browser/compare/4.0.11...4.0.12
[unreleased]: https://github.com/lucatume/wp-browser/compare/4.0.12...HEAD

0 comments on commit 255ab20

Please sign in to comment.