diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8a5de27..11ce3fc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
### YACReaderLibrary
* New customizable User Agent string to use it with Comic Vine. It can be set in YACReaderLibrary.ini in the [ComicVine] section using the `COMIC_VINE_USER_AGENT` key.
* Prevent crash when opening the folders context menu if a folder is not selected.
+* Fix crash when using the `Set type` menu on libraries.
## 9.16.1
diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp
index fd065a23..d0ec925c 100644
--- a/custom_widgets/whats_new_dialog.cpp
+++ b/custom_widgets/whats_new_dialog.cpp
@@ -70,6 +70,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" • Fixed cover loading in Comic Vine scraper (new in 9.16.1)
"
" • Added a customizable User Agent string to use it with Comic Vine. It can be set in YACReaderLibrary.ini in the [ComicVine] section using the COMIC_VINE_USER_AGENT key (new in 9.16.2)
"
" • Prevent crash when opening the folders context menu if a folder is not selected. (new in 9.16.2)
"
+ " • Fix crash when using the `Set type` menu on libraries. (new in 9.16.2)
"
"
"
"YACReaderLibraryServer
"
" • Log libraries validation when the app starts
"