diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbce8a9795d9d6d58e37a19a876a1b5319985a15..c62dca6a65b6a2b0fa8c9cfcfb66f64bd68aa6b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,13 @@
 
 - Send full websocket url in player_info.
 - ">90"% code coverage in tests
+- i18n for the gui
+- Controller hotplugging
+- Hook when returning items to dispensers
+- Displaying image of served meals on game conclusion screen
+- Pathfinding in random agent
+- Level layouts from 2d-grid-overcooked-literature
+- Caching of graph recipe layouts
 
 ### Changed
 
@@ -28,6 +35,9 @@
 - Player config in the environment class is now a dataclass and not a dict. The content remains the same. Just the
   access changes from dict access to normal object like access.
 - Some type hint additions
+- Better drawing of orders, now in a pygame_gui UIImage
+- Buttons for setting player controls in the GUI disappear depending on number of players
+- Icon for serving window, now a star
 
 ### Deprecated
 
@@ -35,6 +45,9 @@
 
 ### Fixed
 
+- Orders are sampled correctly again
+- Orders with no time limit, sample_on_serving=true works again
+
 ### Security
 
 ## [1.0.0] (2024-03-08)