summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-05-12 00:05:41 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-05-12 00:05:41 +0300
commitb506760bb61f46e8a5412cc67fa8d2d048229822 (patch)
treefd3126ab942826c262a83d3b41bc44a6b3e29d48 /CHANGELOG.md
parent43534ce036d8822b8d47a674c31cdec720bf463a (diff)
Changelog: explain how to disable confirmation for delete-all-articles
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80225070..4522a912 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,7 +25,8 @@ Nestler.
`open-in-browser`, but doesn't relinquish the terminal to the browser. It
still waits for the browser to finish executing, though (Dennis van der
Schagt)
-- Confirmation for `delete-all-articles` (#1490) (Amrit Brar)
+- Confirmation for `delete-all-articles`. It's enabled by default, but can be
+ disabled with `confirm-delete-all-articles no`. (#1490) (Amrit Brar)
- `%U` specifier for `feedlist-title-format` which shows the total number of
unread articles in all feeds (#1495) (Dennis van der Schagt)
- Display images' alternate text in the article view (#1512)