Note fix for empty convoy groups.

This commit is contained in:
Dan Albert 2021-07-05 15:54:23 -07:00
parent 8ba27cdaea
commit 8b70d2674f

View File

@ -29,6 +29,7 @@ Saves from 4.0.0 are compatible with 4.1.0.
* **[Flight Planning]** Fixed potential issue with angles > 360° or < 0° being generated when summing two angles.
* **[Mission Generation]** The lua data for other plugins is now generated correctly
* **[Mission Generation]** The legacy always-available tanker option no longer prevents mission creation.
* **[Mission Generation]** Fix occasional KeyError preventing mission generation when all units of the same type in a convoy were killed.
* **[UI]** Statistics window tick marks are now always integers.
* **[UI]** Toggling custom loadout for an aircraft with no preset loadouts no longer breaks the flight.