diff --git a/CHANGES-3.3 b/CHANGES-3.3
index c1ec9d8cbb0e5fbabd48fbcc065c1086a8ff6f03..a31f9bbb25fe1058436e4a831c5c645bf03e36a5 100644
--- a/CHANGES-3.3
+++ b/CHANGES-3.3
@@ -15,11 +15,17 @@ This release contains contributions from (alphabetically by first name):
  - Anke Boersma
 
 ## Core ##
- - No core changes yet
+ - Incompatible module-configuration changes, see #1438.
+ - Branding entries use ${var} instead of @{var} for substitutions,
+   in line with all the other substitution mechanisms used from C++
+   core. See documentation in `branding.desc`.
+ - Boost::Python requires at least version 1.72
+ - KDE Frameworks must be version 5.58 or later
 
 ## Modules ##
- - **Dracut** add option to set a configurable kernel name
- - **Localeq** & **Keyboard** moved to using Drawer instead of ComboBox
+ - *dracut* added a configurable kernel name. (thanks Anke)
+ - *localeq* moved to using Drawer instead of ComboBox in UI. (thanks Anke)
+ - *keyboardq* moved to using Drawer instead of ComboBox in UI. (thanks Anke)
 
 
 # 3.3.0-alpha2 (2022-08-23)
@@ -63,6 +69,7 @@ This release contains contributions from (alphabetically by first name):
 # 3.3.0-pre-alpha (unreleased) #
 
 This release contains contributions from (alphabetically by first name):
+ - Anke Boersma
  - Anubhav Choudhary
  - Evan James
  - Vitor Lopes
@@ -76,9 +83,6 @@ Users (distributions) are **strongly** advised to use the tools
 for configuration validation (`ci/configvalidator.py`) to check
 that the distribution configuration files follow the current schema.
 
- - 3.3.0-alpha2 (unreleased)
-   Incompatible module-configuration changes, see #1438.
-
 ## Project ##
  - The C++ code in the project is now formatted with clang-format 12 or 13,
    with the coding-style as found in `.clang-format`; there are minor