diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d95d9f..af9a294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -32,6 +32,7 @@ The scope of what is covered by the version number excludes: | |||
32 | 32 | ||
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 | - Feat: allow passing in a sleep function to `readkey` and `readansi` | ||
35 | - Fix: NetBSD fix compilation, undeclared directives | 36 | - Fix: NetBSD fix compilation, undeclared directives |
36 | - Refactor: random bytes; remove deprecated API usage on Windows, move to | 37 | - Refactor: random bytes; remove deprecated API usage on Windows, move to |
37 | binary api instead of /dev/urandom file on linux and bsd | 38 | binary api instead of /dev/urandom file on linux and bsd |