diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfacd4d945ac7f271a9e9541ab044d76b7ec37f..5dcc53b5bb0c8353f23735959f731f583c7002a4 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