- Fixed player character shadow didn't animate in idle state when not facing north.
- Fixed that LuaEntity::splitter_filter would reject a LuaItemPrototype. (81811)
- Fixed smart entity collision mode in tile editor did not work with offshore pump. (81933)
- Fixed that modded shortcuts that spawned items not visible in the blueprint library didn't work. (81940)
- Fixed that technology tooltips didn't show debug tooltip data the same as other tooltips. (81762)
- Fixed that crafting machines would report as supporting backer names through the Lua API. (81786)
- Fixed that un-researched recipes couldn't be used while in the map editor. (82082)
- Fixed that the removed-content GUI didn't include some translations. (82101)
- Fixed a desync related to invalid rail signal requested to be closed by circuit network. (82085)
- Added InserterPrototype::chases_belt_items. (61354)
- Added LuaEntityPrototype::inserter_chases_belt_items read.
- Added surface to the selected-area events.
- Changed LuaSurface::spill_item_stack() to return the created entities if any.