aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-11-15 22:44:08 +0100
committerRobin Jarry <robin@jarry.cc>2022-11-16 16:11:41 +0100
commit2e821009af339c9bf01d97a825a8d50273088730 (patch)
tree80f4500a0f51f01ce42212c3771192981c2111b6 /CHANGELOG.md
parent5dfc1ff5df71a62d9e114a84ac036cf4c2cb8540 (diff)
downloadaerc-2e821009af339c9bf01d97a825a8d50273088730.tar.gz
commands: remove broken :set command
This may have worked at some point in time but that is not the case anymore. To accommodate for the rework of the config module, it needs to be removed anyway. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 300acfcf..6c6a1d92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Overflowing text in header editors while composing can now be scrolled
horizontally.
+### Deprecated
+
+- Removed broken `:set` command.
+
## [0.13.0](https://git.sr.ht/~rjarry/aerc/refs/0.13.0) - 2022-10-20
### Added