From 7eeff989d25b4e13a9f3d1fb83176af04fa13e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6der?= <fschroeder@techfak.uni-bielefeld.de> Date: Mon, 25 Mar 2024 15:40:54 +0100 Subject: [PATCH] Update CHANGELOG.md Corrected spelling and added information about state content storage. The spelling error related to "hot-plugging" has been corrected. Also, a detail about the new change in state content storage, which is now being held in its own variable instead of passed through a keyword argument to the step function, has been added. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfacd4d..5dcc53b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - Send full websocket url in player_info. - ">90"% code coverage in tests - i18n for the gui -- Controller hotplugging +- Controller hot-plugging - Hook when returning items to dispensers - Displaying image of served meals on game conclusion screen - Pathfinding in random agent @@ -39,6 +39,7 @@ - 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 +- Additional state content is stored in own variable. Is no longer passed via a kwarg to the step function. ### Deprecated -- GitLab