Note fix for empty convoy groups.

(cherry picked from commit 8b70d2674f67ca1aed85ac4294989091428cda0f)
This commit is contained in:
Dan Albert 2021-07-05 15:54:23 -07:00
parent 251c84019f
commit 70a0341675

View File

@ -21,6 +21,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.