From aad033314bfced2ae471281641c052c06622a8ae Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 7 Dec 2019 06:53:16 -0500 Subject: changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2c52f..6319a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ ## Unreleased +### Removed + +* Removed the unicode-normalization feature altogether - it turns out that it + still has a couple edge cases where it causes incorrect behavior, and fixing + those would be a lot more effort. + ### Fixed -* Fix a couple more end-of-line/wrapping bugs. +* Fix a couple more end-of-line/wrapping bugs, especially around cursor + positioning. * Fix applying combining characters to wide characters. * Ensure cells can't have contents with width zero (to avoid ambiguity). If an empty cell gets a combining character applied to it, default that cell to a -- cgit v1.2.3-54-g00ecf