Skip to content

Commit

Permalink
changelog: preparing next release
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Sep 22, 2024
1 parent c95a35a commit 7c48ca4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Browsertime changelog (we do [semantic versioning](https://semver.org))

## 23.0.0 - UNRELEASED

### Breaking
* Disable camel case configuration that comes automatically with yargs [#2182](https://github.com/sitespeedio/browsertime/pull/2182). This is a breaking change ONLY if you didn't follow our doecumentation/help and used internal YARGS configuration names for our CLI configuration.

### Fixed
* Updated to Selenium 4.25.0 [#2185](https://github.com/sitespeedio/browsertime/pull/2185).
* Use HAR export 0.0.15 for upcoming changes in Firefox [#2184](https://github.com/sitespeedio/browsertime/pull/2184).
* Fixes the internal configuration object for android. The old solution created an array with objects instead of just keys on the object.[#2183](https://github.com/sitespeedio/browsertime/pull/2183).

## 22.10.2 - 2024-09-13
### Fixed
* Fix for wait.byIdAndVisible command [#2179](https://github.com/sitespeedio/browsertime/pull/2179).
Expand Down

0 comments on commit 7c48ca4

Please sign in to comment.