aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2025-02-06 16:52:08 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2025-02-10 09:01:35 +0100
commit4a128b8969fe4d720f50c1fdb68f0265af8a7117 (patch)
tree771c9ea7e694f6c18d76e76e5a7160f371453db1 /CHANGELOG.md
parent3c1fdbcc844a55f94dde41591f487ded73eab012 (diff)
downloadluasystem-4a128b8969fe4d720f50c1fdb68f0265af8a7117.tar.gz
luasystem-4a128b8969fe4d720f50c1fdb68f0265af8a7117.tar.bz2
luasystem-4a128b8969fe4d720f50c1fdb68f0265af8a7117.zip
feat(terminal): also accept codepoint integers for width check
Lua utf8 functions return codepoints, hence it makes sense to accept those, instead of having to convert to utf8 string and back again.
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 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