diff options
| author | Thijs <thijs@thijsschreijer.nl> | 2025-07-11 14:01:06 +0200 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-07-11 22:45:08 +0200 |
| commit | a103ff16f13b9c7761d0fb2ec9db68da08193ebf (patch) | |
| tree | f730359b95509c8fece5a0f125fcecbd19b43fc8 | |
| parent | 9b835273c0993a8f67e6c93024099ca99cbf6344 (diff) | |
| download | luasystem-a103ff16f13b9c7761d0fb2ec9db68da08193ebf.tar.gz luasystem-a103ff16f13b9c7761d0fb2ec9db68da08193ebf.tar.bz2 luasystem-a103ff16f13b9c7761d0fb2ec9db68da08193ebf.zip | |
chore(docs): update changelog
| -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 | ||
