Skip to content

2024-May-08 - 2.6.14741

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 May 16:58
c17681d
Clean up logic in RemoveUnitsHistoryChange. (#12572)

* Clean up logic in RemoveUnitsHistoryChange.

Instead of many iterations and temporary objects, just use a regular for loop that makes it easier to see the flow and that should run faster due to no extra temporary objects created or multiple iterations over the same list.

* Format comment.