aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-18 07:06:13 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-18 07:06:13 -0500
commit38256f2d635b6418aa0fa2a5717be0ecd354cae3 (patch)
treebaa04283d9ca567d171c1ed572c8094de1899403
parentd0b8532b703ef515b89eb8f34c0402262f3d3f7e (diff)
downloaduxd-38256f2d635b6418aa0fa2a5717be0ecd354cae3.tar.gz
update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d812dd..59fbe9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ For the full log, see the git history.
- Fix bug: missing continuation bytes were throwing off the -i byte count.
- Add -d option (dump an argument rather than a file).
- Add -t/-T options (to put the terminal into UTF-8 mode).
+- Add -j/-p/-w options (to control what's considered bad UTf-8).
- Accept k/m/g/K/M/G suffixes for numeric arguments.
- Fix highlighting of DEL (0x7f); it's special (purple), not invalid (red).
- Detect overlong UTF-8 sequences.