diff options
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d6779e9..8f8f4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -30,7 +30,13 @@ The scope of what is covered by the version number excludes: | |||
30 | ### version x.x.x, unreleased | 30 | ### version x.x.x, unreleased |
31 | 31 | ||
32 | - Fix: maximum key-delay, reduced from 0.2 to 0.1 seconds to reduce slugginess feel on some key presses. | 32 | - Fix: maximum key-delay, reduced from 0.2 to 0.1 seconds to reduce slugginess feel on some key presses. |
33 | See [#69](https://github.com/lunarmodules/luasystem/pull/69). | ||
33 | - Fix: `readansi` now only reports printable chars as characters | 34 | - Fix: `readansi` now only reports printable chars as characters |
35 | See [#70](https://github.com/lunarmodules/luasystem/pull/70). | ||
36 | - Fix: readkey now ignores Windows scancodes if received. | ||
37 | See [#74](https://github.com/lunarmodules/luasystem/pull/74). | ||
38 | - Fix: readkey now passes errors on. | ||
39 | See [#74](https://github.com/lunarmodules/luasystem/pull/74). | ||
34 | 40 | ||
35 | ### version 0.6.2, released 15-Apr-2025 | 41 | ### version 0.6.2, released 15-Apr-2025 |
36 | 42 | ||