diff options
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae7189..25114c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -30,6 +30,8 @@ The scope of what is covered by the version number excludes: | |||
30 | 30 | ||
31 | ### unreleased | 31 | ### unreleased |
32 | 32 | ||
33 | - Feat: when detecting character display width, also accept unicode codepoints (integers), | ||
34 | since the Lua utf8 library returns codepoints, not strings | ||
33 | - Fix: NetBSD fix compilation, undeclared directives | 35 | - Fix: NetBSD fix compilation, undeclared directives |
34 | 36 | ||
35 | ### version 0.4.5, released 18-Dec-2024 | 37 | ### version 0.4.5, released 18-Dec-2024 |