summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-07-11 19:50:46 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2021-07-11 19:57:55 +0200
commitc82ccd5a5983eb2a2c336271e0db78b14e3a06df (patch)
tree457c6aa39d9c378bf807a63f4b0c988354b0a56c
parent19d2805729e6cabc34c916045056490e2c987233 (diff)
Add CHANGELOG entry
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a89662d..ce42e9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
## Features
- Allow relative and negative byte offsets (e.g. `hexyl --skip=-1block`), see #99 (@ErichDonGubler)
+- Added `-l` as another alias for '-n/--length' (`xxd` compatibility), see #121 and #135 (@TheDoctor314)
## Bugfixes