diff --git a/CHANGELOG.md b/CHANGELOG.md
index f22bc6b5..ae9bf57d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
* Better support for HDPI screens (SVG icons).
* Add option to delete metadata from comics.
* Importing ComicInfo.XML is now optional and disabled by default, you can change the behavior in Settings -> General.
+* Add option to scan XML metadata from all the comics in a folder.
### Server
* Add webui status page (reachable by navigating to server::port/webui)
diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp
index 0566a05b..c73787d8 100644
--- a/custom_widgets/whats_new_dialog.cpp
+++ b/custom_widgets/whats_new_dialog.cpp
@@ -61,6 +61,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" • Add option to delete metadata from comics.
"
" • Better support for HDPI screens (SVG icons).
"
" • Importing ComicInfo.XML is now optional, you can change the behavior in Settings -> General.
"
+ " • Add option to scan XML metadata from all the comics in a folder.
"
"
"
"NOTE: Importing metadata from ComicInfo.XML in now disabled by default, if you want you can enable it Settings -> General.
"
"
"