From 2e060c8a029d2fd816f69e26151487a032469ac8 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Wed, 13 Sep 2023 10:35:05 -0400 Subject: [PATCH] Reword major items to un-bury the ledes --- ReleaseNotes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e5ea297bd..2ea2aff0f 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -23,15 +23,15 @@ This is beta release of 23.09. ### Major Updates #### New Features: -* **Export any component or combination to OBJ file, for 3D printing or import into CAD** (fixes #604) -* **Import/Export to/from RASAero** (fixes #875 and #1147) +* **3D Printing Support: Export any component or combination to OBJ file** (fixes #604) +* **RASAero compatibility: Import/Export .CDX1 files** (fixes #875 and #1147) * **Dark mode and custom UI font size support** (fixes 1089) * **Export sim table to CSV** (fixes #2077) #### Bug Fixes: * **Tube fin drag fixed** (fixes #2065) -* **Fix base drag when using Cd override** (fixes base drag hack sim error, fixes #2118) -* **Use correct atmospheric pressure when using ISA conditions** (fixes #2103) +* **Base drag fixed when using Cd override** (fixes base drag hack sim error, fixes #2118) +* **Atmospheric pressure fixed when using ISA conditions** (fixes #2103) * **Properly sanitize XML in ORK file** (eliminates corrupt ORK files, fixes #2051)