From 800ca598efa0854563fe9cc17cd5a3c4ea95e5f7 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 18 May 2023 21:27:40 -0700 Subject: [PATCH] Add missing changlog note for C-47. https://github.com/dcs-liberation/dcs_liberation/pull/2812 --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index e1d40e63..c7689a0c 100644 --- a/changelog.md +++ b/changelog.md @@ -18,6 +18,7 @@ Saves from 6.x are not compatible with 7.0. * **[Mission Generation]** Added task timeout for SEAD flights with TALDs to prevent AI from overflying the target. * **[Modding]** Updated Community A-4E-C mod version support to 2.1.0 release. * **[Modding]** Add support for VSN F-4B and F-4C mod. +* **[Modding]** Added support for AI C-47 mod. * **[Modding]** Custom factions can now be defined in YAML as well as JSON. JSON support may be removed in the future if having both formats causes confusion. * **[Modding]** Campaigns which require custom factions can now define those factions directly in the campaign YAML. See Operation Aliied Sword for an example. * **[Modding]** The `mission_types` field in squadron files has been removed. Squadron task capability is now determined by airframe, and the auto-assignable list has always been overridden by the campaign settings.