summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2023-12-11 23:38:51 +0100
committerDavid Peter <david.peter@bosch.com>2023-12-11 23:38:51 +0100
commit0634a0647042e3141a44e9e7b14c4e436aedac9d (patch)
tree76c71777eb401ac3ad0fd578e8a72bb851b959ca
parent7a9234c182b19070f8707468c572b5a0e6e704d4 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4741e2d..b8e3e4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+# unreleased
+
+## Features
+
+
+## Bugfixes
+
+
+## Other
+
+
+# v0.14.0
+
+## Features
+
+* New `--character-table` option, with the ability to use [codepage 437](https://www.azabani.com/2020/11/15/xd.html), see #194 and #195 (@sharifhsn)
+* New `--character-table=ascii` option for a ASCII-only character table, see #212 and #36 (@sharkdp)
+
+## Bugfixes
+
+* Show output when doing `hexyl /dev/zero`, see #211 (@sharifhsn)
+* Respect NO_COLOR environment variable, see #210 (@sharkdp)
+
+
# v0.13.1
## Bugfixes