diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc8db020..efdaeb98 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
* Fix selection when clicking on a folder in search mode.
* Fix defaul value for manga/comic mode in folders.
* Add an edit for filtering series results returned by Comic Vine.
+* Support editing comics tags sequentially without leaving the edit dialog.
## 9.8.2
### YACReaderLibrary
diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp
index d616b45e..968c1aba 100644
--- a/custom_widgets/whats_new_dialog.cpp
+++ b/custom_widgets/whats_new_dialog.cpp
@@ -71,6 +71,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" • Add system info to the help/about dialog to help reporting bugs.
"
" • Fix defaul value for manga/comic mode in folders.
"
" • Add an edit for filtering series results returned by Comic Vine.
"
+ " • Support editing comics tags sequentially without leaving the edit dialog"
"
"
"I hope you enjoy the new update. Please, if you like YACReader consider to become a patron in Patreon or donate some money using Pay-Pal and help keeping the project alive. Remember that there is an iOS version available in the Apple App Store.");
QFont textLabelFont("Arial", 15, QFont::Light);