From 9f0fdf8c525b7f1489f89088706830f36c973fbc Mon Sep 17 00:00:00 2001 From: Thomas Lambert <t.lambert@uliege.be> Date: Thu, 14 Dec 2023 15:27:46 +0100 Subject: [PATCH] doc: fix/update changelog --- CHANGELOG.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49853b6..81b1f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,12 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -## [4.2.0] - 2023-12-14 +## [4.3.0] - 2023-12-14 ### Changed - **findstall**: use `islocalmax` rather than `findpeaks` to find stall point. +## [4.2.1] - 2023-02-17 + +### Fixed + +- **filesinput**: issue when single fileinput + +## [4.2.0] - 2023-02-13 + +### Added + +- **Polar**: add `extrapMethod` to `getcoeff` + ## [4.1.0] - 2022-11-25 ### Added @@ -133,7 +145,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox/-/compare/v4.2.0...master +[Unreleased]: https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox/-/compare/v4.3.0...master +[4.3.0]: https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox/-/compare/4.2.1...v4.3.0 +[4.2.1]: https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox/-/compare/4.2.0...v4.2.1 [4.2.0]: https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox/-/compare/4.1.0...v4.2.0 [4.1.0]: https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox/-/compare/4.0.0...v4.1.0 [4.0.0]: https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox/-/compare/3.0.0...4.0.0 -- GitLab