diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c5e5a5e939f81d0c080f9a5008e8a955aa548168..0988e709e599ea0b9bc0577cdbe3b5d7108fb91e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -17,6 +17,11 @@ Changed
   * Reduce the space between the header and the heading.
   * Display block of absences as a table.
 
+Fixed
+~~~~~
+
+* Do not show substitutions on regular timetables.
+
 `2.0rc3`_ - 2021-09-24
 ----------------------
 
@@ -30,7 +35,6 @@ Fixed
 ~~~~~
 
 * ``Event.__str__`` returned a proxy type instead a string.
-* Do not show substitutions on regular timetables.
 
 `2.0rc2`_ - 2021-08-01
 ----------