From 334930ddf26d5b2fe18acd054f8ccc74930e3e42 Mon Sep 17 00:00:00 2001 From: Tom <13634684+dirtyformal@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:23:51 +1200 Subject: [PATCH] Add changelog entry for Cycle 2606b release (#202) --- docs/changelog/2026/.pages | 1 + docs/changelog/2026/2606b.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/changelog/2026/.pages create mode 100644 docs/changelog/2026/2606b.md diff --git a/docs/changelog/2026/.pages b/docs/changelog/2026/.pages new file mode 100644 index 00000000..524f3203 --- /dev/null +++ b/docs/changelog/2026/.pages @@ -0,0 +1 @@ +order: desc \ No newline at end of file diff --git a/docs/changelog/2026/2606b.md b/docs/changelog/2026/2606b.md new file mode 100644 index 00000000..5ab89c79 --- /dev/null +++ b/docs/changelog/2026/2606b.md @@ -0,0 +1,14 @@ +--- +title: Cycle 2606b (10 Jul) +--- + +--8<-- "includes/abbreviations.md" + +This release fixes a bug where FPLs with `YSWS` as the ADES or ADEP were being amended to `ZZZZ` on FPL validation. This is due to `YSWS` not existing in the profile's `Intersections` dictionary (built from the profile's data), or in the fallback `navigraphIntersections` lookup. + +## Fixes + +To fix this issue, two edits were made to our master database: + +- Added a custom `IFR_FIX` waypoint definition for `YSWS` (for the NZZC profile) +- Added a custom `PAC_FIX` waypoint definition for `YSWS` (for the Combined Oceanic profile)