aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2025-04-07 10:43:30 +0200
committerGitHub <noreply@github.com>2025-04-07 10:43:30 +0200
commit49e7dac558178e6200bc5886db3ef28c73d5edd9 (patch)
treedf5ef51d0e1196895c3cc8bf73453b56133747ad /CHANGELOG.md
parent95cd4af3fb48f020af821aeccc98563561569de2 (diff)
downloadluasystem-49e7dac558178e6200bc5886db3ef28c73d5edd9.tar.gz
luasystem-49e7dac558178e6200bc5886db3ef28c73d5edd9.tar.bz2
luasystem-49e7dac558178e6200bc5886db3ef28c73d5edd9.zip
fix(readkey): if sleep fails return the error (#60)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c9e15e..2fd09d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,10 @@ The scope of what is covered by the version number excludes:
27 27
28## Version history 28## Version history
29 29
30### version 0.6.0, unreleased
31
32- Fix: when sleep returns an error, pass that on in `readkey`.
33
30### version 0.5.1, released 12-Mar-2025 34### version 0.5.1, released 12-Mar-2025
31 35
32- Fix: on older unixes with glibc < 2.25, fall back to `/dev/urandom` 36- Fix: on older unixes with glibc < 2.25, fall back to `/dev/urandom`