diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 15:18:10 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 16:11:11 +0100 |
commit | 95cd4af3fb48f020af821aeccc98563561569de2 (patch) | |
tree | 9e812daa92ebcd756f40f7ad02e856b1d7088e1b /CHANGELOG.md | |
parent | ea7065b1f2d20c6126e18d50db586c66a8302139 (diff) | |
download | luasystem-master.tar.gz luasystem-master.tar.bz2 luasystem-master.zip |
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ff748..1c9e15e 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.5.1, released 12-Mar-2025 | ||
31 | |||
32 | - Fix: on older unixes with glibc < 2.25, fall back to `/dev/urandom` | ||
33 | |||
30 | ### version 0.5.0, released 02-Mar-2025 | 34 | ### version 0.5.0, released 02-Mar-2025 |
31 | 35 | ||
32 | - Feat: when detecting character display width, also accept unicode codepoints (integers), | 36 | - Feat: when detecting character display width, also accept unicode codepoints (integers), |