diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71b1bfa5..ef46e4a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## In-progress release 1.9.4
+
+* UPDATE: Sample archive updated to `wikipedia_en_climate_change_mini_2022-02`
+* FEATURE: Option to hyperlink images in Wikimedia ZIMs to the online File for the image
+* ENHANCEMENT: Electron app now uses File System Access API except for initial loading of packaged archive
+* DEV: Provided instructions on how to split a ZIM archive using WSL
+* FIX: App now (optionally) remembers the last viewed article for split ZIM archives
+* FIX: Electron and UWP apps now auto-load split ZIM archives
+
## Release 1.9.3
* UPDATE: New sample archive: `wikipedia_en_climate_change_mini_2022-02`
diff --git a/www/index.html b/www/index.html
index a71b8a91..82b7e882 100644
--- a/www/index.html
+++ b/www/index.html
@@ -123,15 +123,12 @@
Changes in version 1.0
- - New sample archive provided: wikipedia_en_climate_change_mini_2022-02
- - Electron apps now auto-update (Windows exe and Linux AppImage versions only)
- - App now recognizes mdwiki ZIMs as WikiMed variants, and shows custom landing page
- - Improvement to independent browsing of windows in UWP app in SW mode
- - Note regression: NWJS app now defaults to JQuery mode while investigating app crash
- - Automatic building of Electron app now enabled via GitHub Actions
- - Patch some CSS errors in mdwiki ZIMs
- - Stabilize page loading when assets are missing (in SW mode)
- - Fix styling of image-based landing pages
+ - Sample archive updated to wikipedia_en_climate_change_mini_2022-02
+ - New option to hyperlink images in Wikimedia ZIMs to the online File for the image
+ - Electron app now uses File System Access API except for initial loading of packaged archive
+ - Provided instructions on how to split a ZIM archive using WSL
+ - App now (optionally) remembers the last viewed article for split ZIM archives
+ - Electron and UWP apps now auto-load split ZIM archives
And there's more...