aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-09-14 18:34:48 +0200
committerRobin Jarry <robin@jarry.cc>2022-09-14 20:51:41 +0200
commit9c11ab21c73cecf80a243d8dfb55b7793da7bb96 (patch)
treed859430fcc7a2c08062af7fea17a8fdfd708783b /CHANGELOG.md
parent94bff9130d4e0a3b93563792f141444b5083fe51 (diff)
downloadaerc-9c11ab21c73cecf80a243d8dfb55b7793da7bb96.tar.gz
history: don't store duplicate entries
Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>
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 7997db03..6ac429dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- `:open-link` now supports link types other than HTTP(S)
+- Running the same command multiple times only adds one entry to the command
+ history.
### Fixed