diff --git a/CHANGES-3.2 b/CHANGES-3.2
index e85564034452460a4abe562aaa8353ac5a183531..acb774e81247916a86a8f6c5f85db0029ab9b276 100644
--- a/CHANGES-3.2
+++ b/CHANGES-3.2
@@ -10,7 +10,7 @@ website will have to do for older versions.
 
 > Note that the 3.2 series is now in LTS / bug-fix-only mode.
 
-# 3.2.61 (unreleased) #
+# 3.2.61 (2022-08-24) #
 
 This is the second community-maintainence release of Calamares 3.2.
 It corrects a handful of bugs foud in the stable release. There
@@ -28,6 +28,11 @@ This release contains contributions from (alphabetically by first name):
 ## Modules ##
  - *bootloader* Python code slipped in that was incompatible with
    the minimum required Python version. #2033 (Thanks Adriaan)
+ - *locale* fixes a large regression introduced with 3.2.60, where
+   the location picked for many locales was not the same as in 3.2.59,
+   and generally peculiar (e.g. picking "English" led to "en_AG" which
+   is nice if you are in Bermuda, but not expected in the rest of the
+   world). #2008
  - *luksopenswaphookcfg* Remove duplicate options. #1659 (Thanks Anke)