- Yet another rail signal connection fix.
- Fixed a crash when killing the character during the gun_inventory_changed event. (59784)
- Fixed that LuaPlayer::opened wouldn't return the opened equipment grid. (59790)
- Fixed LuaInventory::sort_and_merge() would break furnaces and assembling machines.
- Fixed crash when trying to migrate circuit connected entities. Any migrated entities will be disconnected. (59974)
- Fixed round input in team production challenge. (59970)
- Recipe item ingredients with a count of 0 are reported as an error instead of allowing inconsistent behaviour. (60016)
- Fixed missing reset of state of signal right next to removed rail. (60026)
- Fixed a crash that could happen in multiplayer over a poor connection. (59993)
- Added ItemPrototype::fuel_glow_color, it colors the fuel glow of entities that use that item as fuel.
- Added on_player_trash_inventory_changed event.
- Changed LuaSurface::find_entities_filtered/find_tiles_filtered/count_entities_filtered to additionally accept a table of filters.