From 23fb19fc8bd045288ed905ffb98613f2530886da Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Fri, 28 Apr 2023 10:54:03 +0200
Subject: [PATCH] doc(update): complete changelog and release

---
 CHANGELOG.md | 12 +++++++++++-
 RELEASE.md   |  8 ++++----
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b82309..373e432 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,11 +11,17 @@ to [Semantic Versioning][sem_ver].
 
 ### Changed
 
+- Tweaked range in polargeneration script with XFoil to improve chances of
+  convergence
+- Set interpolation method to `trapz` by default instead of `sum`
+
 ### Deprecated
 
 ### Removed
 
 ### Fixed
+
+- Minor bug in getclcd
 - Issue with zero lift angle calculation when polars provided for a single
   Reynolds
 - Issue with lift curve slope calculation when polars provided for a single
@@ -24,27 +30,31 @@ to [Semantic Versioning][sem_ver].
 ## [0.1.1] - 2023-02-13
 
 ### Added
+
 - Documentation now added to the release archive
 
 ### Fixed
+
 - Proper extrapolation method
 
 ## [0.1.0] - 2023-02-02
 
 ### Added
+
 - Publish documentation (beta)
 - Roadmap
 - Logo
 - Clarification on beta status
 
 ### Changed
+
 - Moved repo to its own group (thlamb -> rotare)
 - Update URLs in all doc
 - Make basic functions compliant with multi-rotor parameters
 
 ### Fixed
-- Blade orientation on 3D view for propellers (#4)
 
+- Blade orientation on 3D view for propellers (#4)
 
 ## [0.0.1] - 2022-11-27
 
diff --git a/RELEASE.md b/RELEASE.md
index 37a8f93..1bbccb9 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -5,10 +5,10 @@ rotare-<version>` linked above, not the _source code_ ones. The latter are
 automatically generated and do not contain all dependencies.
 
 ## About this release
+
 **This is a BETA version of Rotare**, which is still under heavy development.
 
 This release features:
-- **FIX**: Issue with zero lift angle calculation when polars provided for a
-  single Reynolds
-- **FIX**: Issue with lift curve slope calculation when polars provided for a
-  single Reynolds
+
+- Minor bug fixes for the calculation of polars
+- Minor tweaks of default values
-- 
GitLab