diff --git a/CHANGES b/CHANGES
index 6d7e406878..503b16c3d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,18 @@ most recent build should be at the top of this file.
Thanks!
+3.8.2
+-----
+- Fix loading of styles when the application is launched from a folder with special characters in its path
+- Fix 'Back' / 'Forward' commands on main tab (items activation and management of queue)
+- Update Italian localization
+- Update Sparkle to version 2.2.1
+- Silence some warnings
+
+3.7.5
+-----
+- Fix backtrack queue used for handling the 'Back' / 'Forward' commands on main tab
+
3.8.1
-----
- Fix and improve display when "Use Web Page for Articles" option is enabled for a feed
diff --git a/notes.html b/notes.html
index f642282750..41315fdea2 100644
--- a/notes.html
+++ b/notes.html
@@ -108,32 +108,14 @@
Version Notes
-3.8.1
-
-! 3.8 versions require macOS 10.12 (Sierra) or later !
-
-Changes since 3.7.4
-
-
-- Implement an experimental new browser based on WKWebView : it can be selected in Advanced preferences, and will be available after application restart. It is faster and more secure.
-- Remove support for web plug-ins (which were deprecated for a long time and unsecure)
-- Add "Actual Size" menu command for resetting text zoom
-- Add a disclosure triangle in feed credentials dialog, in order to provide additional feed details whenever it is needed to disambiguate the feed
-- Add a setting regarding emptying of trash in Preferences window
-- Add a hidden preference for always displaying the full date, not using relative dates like Today or Yesterday. This is enabled with the Terminal command:
defaults write uk.co.opencommunity.vienna2 DoesRelativeDateFormatting -bool NO
and can be reversed with defaults delete uk.co.opencommunity.vienna2 DoesRelativeDateFormatting
-- Add Australian and British English as localization variants
-- Refactor and modernize many parts of code (modify ArticleController to be a NSViewController, restructurate code around new protocols, update AppleScript architecture, update logging tools, use NSSecureCoding, replace deprecated methods, rename some constants/methods…)
-- Improve handling of URLs containing semicolon character in the path component
-- Update build architecture
-- Update Sparkle to version 2.2.0; use a new EdDSA key for updates whenever possible
-
-
-Changes since 3.8.0
+3.8.2
-- Fix article view when "Use Web Page for Articles" option is enabled for a feed
-- Fix link preview on legacy browser's article view
-- Restore folder list width between app relaunches
+- Fix loading of styles when the application is launched from a folder with special characters in its path
+- Fix 'Back' / 'Forward' commands on main tab (items activation and management of queue)
+- Update Italian localization
+- Update Sparkle to version 2.2.1
+- Silence some warnings