aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2025-02-06 17:56:34 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2025-02-10 09:01:58 +0100
commit0cb19e1617d735e815e9747a53b6d9f3b3bd568b (patch)
tree6d30d538a13b35dd5b94574f286d5084786e254c /CHANGELOG.md
parentee7524563af91aa4f0336088c7f85dc1d68b0066 (diff)
downloadluasystem-0cb19e1617d735e815e9747a53b6d9f3b3bd568b.tar.gz
luasystem-0cb19e1617d735e815e9747a53b6d9f3b3bd568b.tar.bz2
luasystem-0cb19e1617d735e815e9747a53b6d9f3b3bd568b.zip
refactor(random): on linux+bsd use api instead of /dev/urandom
the api is faster and equally good
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25114c3..3d95d9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,8 @@ The scope of what is covered by the version number excludes:
33- Feat: when detecting character display width, also accept unicode codepoints (integers), 33- Feat: when detecting character display width, also accept unicode codepoints (integers),
34 since the Lua utf8 library returns codepoints, not strings 34 since the Lua utf8 library returns codepoints, not strings
35- Fix: NetBSD fix compilation, undeclared directives 35- Fix: NetBSD fix compilation, undeclared directives
36- Refactor: random bytes; remove deprecated API usage on Windows, move to
37 binary api instead of /dev/urandom file on linux and bsd
36 38
37### version 0.4.5, released 18-Dec-2024 39### version 0.4.5, released 18-Dec-2024
38 40