diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68ab4043..1eb31255 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
### YACReader
* Add setting to disable scroll animations and scroll smoothing, recommended if you are using a touch pad or if you find the mouse wheel behaviour laggy.
+* Fix missing translation when opening YACReader from YACReaderLibrary.
### YACReaderLibrary
* Fix "Set type" context menu the grid view for folders.
diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp
index 851c9862..c560b877 100644
--- a/custom_widgets/whats_new_dialog.cpp
+++ b/custom_widgets/whats_new_dialog.cpp
@@ -50,6 +50,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
"
"
"YACReader
"
" • Add a setting to disable scroll animations and scroll smoothing, recommended if you are using a touch pad or if you find the mouse wheel behaviour laggy.
"
+ " • Fix missing translation when opening YACReader from YACReaderLibrary.
"
"
"
"YACReaderLibrary
"
" • Fix \"Set type\" context menu the grid view for folders
"