changelog: better language

This commit is contained in:
Peter Hedenskog 2025-02-02 18:37:22 +01:00
parent 4c28da9288
commit 8bb5faa79b
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
## 36.2.4 - UNRELEASED
### Fixed
* The GitHub actions tests on Windows was broken. I think GitHub changed their setup: Suddenly the path to plugins was broken. Rerunning old test that worked, failed with the same code on our side. It's fixed by [#4426](https://github.com/sitespeedio/sitespeed.io/pull/4426).
* The GitHub actions tests on Windows was broken. I think GitHub changed their setup: Suddenly the path to plugins was broken. Rerunning old test that used to work, failed with the same code on our side. It's fixed by [#4426](https://github.com/sitespeedio/sitespeed.io/pull/4426).
* We have had issues with parsing Android configuration because of the `--android`flag to enable Android tests. The problem was that in some cases the configuration object become an Array (instead of an object) and that made some objects do not work. The PR [#4422](https://github.com/sitespeedio/sitespeed.io/pull/4422) removes --android from the cli help, but it will still work.
* We have had issues with parsing Android configuration because of the `--android` flag to enable Android tests. The problem was that in some cases the internal configuration object become an Array (instead of an object) and that made some objects to do not work. The PR [#4422](https://github.com/sitespeedio/sitespeed.io/pull/4422) removes `--android` from the cli help, however it will still work as before.
* Fix so API calls also looks for `--android.enabled` to know if you want to test on Android [#4427](https://github.com/sitespeedio/sitespeed.io/pull/4427).