diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
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 | ||