- Fixed that some noise expression types used by some mods (literal map positions, offset-points, and distance-from-nearest-point) were unimplemented.
- Fixed that blueprint rotation was not saved for blueprint books in the blueprint library. (68382)
- Fixed that the focus-search shortcut could be used to bring up the search field when it was disabled. (70903)
- Fixed that game.reload_script() could break LuaRecipe/LuaPrototype references.
- Fixed a PvP script error on configuration changed. (70914)
- Added LuaEntityPrototype::item_slot_count read.
- Added LuaEntity::get_stopped_train().
- Added "surface_index" to the on_post_entity_died event.