From 4e5655aafe1fd6c5c7d6d746025b8f3430b2681c Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.uni-bielefeld.de>
Date: Wed, 20 Mar 2024 13:51:09 +0100
Subject: [PATCH] Updated Changelogs

---
 CHANGELOG.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbce8a97..c62dca6a 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)
-- 
GitLab