From 8f13b87cbe8c355e66b1bda6f7206cc0893ccf41 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Wed, 13 Sep 2023 10:36:53 -0400 Subject: [PATCH] More release notes tweaks. --- ReleaseNotes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 14a378294..961ef97d1 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -29,9 +29,9 @@ This is beta release of 23.09. * **Export sim table to CSV** (fixes #2077) #### Bug Fixes: -* **Tube fin drag fixed** (fixes #2065) -* **Base drag fixed when using Cd override** (fixes base drag hack sim error, fixes #2118) -* **Atmospheric pressure fixed when using ISA conditions** (fixes #2103) +* **Fix Tube fin drag** (fixes #2065) +* **Fix Base drag when using Cd override** (fixes base drag hack sim error, fixes #2118) +* **Fix Atmospheric pressure when using ISA conditions** (fixes #2103) * **Properly sanitize XML in ORK file** (eliminates corrupt ORK files, fixes #2051)