2024-May-08 - 2.6.14741
Pre-release
Pre-release
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.