diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ccc28ebc..1f9a97bc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -21,14 +21,20 @@ ones are marked like "v1.0.0-fork". ### Fixed -* Fixes [#113](https://github.com/HugoFara/lwt/issues/113): changing a language name was making text-to-speech unusable and may prompt a warning. -* Since 2.9.0, tests may be unable to run due to a missing key in an AJAX request ("type"). This is fixed. +* Fixes [#113](https://github.com/HugoFara/lwt/issues/113): changing a language name +was making text-to-speech unusable and may prompt a warning. +* Since 2.9.0, tests may be unable to run due to a missing key in an AJAX request ("type"). * Since 2.9.0, audio position was not saved properly. * On `upload_words.php`, "update only empty fields" was broken. * Translation were not set by default properly when editing terms translations table. * The field MeCab was set for japanese even when not asked for. -Signalled on PR [#155](https://github.com/HugoFara/lwt/pull/155), thanks to [@ProgramComputer](https://github.com/ProgramComputer). -* Since 2.8.1, japanese word romanization was not displayed any more. Thanks to 아르노 for signalling the bug on Discord! +Signalled on PR [#155](https://github.com/HugoFara/lwt/pull/155), thanks to +[@ProgramComputer](https://github.com/ProgramComputer). +* Since 2.8.1, japanese word romanization was not displayed any more. +Thanks to 아르노 for signalling the bug on Discord! +* The go slower/faster feature on audio was broken +([#138](https://github.com/HugoFara/lwt/issues/138)), as functions `click_slower` +and `click_faster` were declared two times in `src/js/audio_controller.js`. ### Deprecated diff --git a/docs/info.html b/docs/info.html index 075c6880..af978aaa 100644 --- a/docs/info.html +++ b/docs/info.html @@ -2200,14 +2200,20 @@

Changed

Fixed

Deprecated