From 5cb88c359de6369115bdaa89c91ab83b579d0528 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Sat, 30 Nov 2024 12:40:36 -0300 Subject: [PATCH] DEV: update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1197708a..d89921da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,17 @@ Attention: The newest changes should be on top --> ### Added + +### Changed + + +### Fixed + + +## [v1.7.0] - 2024-11-30 + +### Added + - DOC: GENESIS Flight Example [#734](https://github.com/RocketPy-Team/RocketPy/pull/734) - DOC: Camoes Flight Example [#733](https://github.com/RocketPy-Team/RocketPy/pull/733) - ENH: Callback function for collecting additional data from Monte Carlo sims [#702](https://github.com/RocketPy-Team/RocketPy/pull/702) @@ -39,7 +50,9 @@ Attention: The newest changes should be on top --> ### Changed +- REL: update version to 1.7.0 in configuration files [#741](https://github.com/RocketPy-Team/RocketPy/pull/741) - MNT: Place filename save parameter to the end. [#739](https://github.com/RocketPy-Team/RocketPy/pull/739) +- DOC: improvements to developers documentation [#732](https://github.com/RocketPy-Team/RocketPy/pull/732) ### Fixed @@ -47,6 +60,7 @@ Attention: The newest changes should be on top --> - BUG: forecast and reanalysis models - Update ECMWF dictionary values [#736](https://github.com/RocketPy-Team/RocketPy/pull/736) - BUG: forecast and reanalysis models - move wind_speed to correct position [#735](https://github.com/RocketPy-Team/RocketPy/pull/735) - BUG: Sideslip Angle and Damping Coefficient Calculation [#729](https://github.com/RocketPy-Team/RocketPy/pull/729) +- DOC: fixed documentation about spherical caps [#728](https://github.com/RocketPy-Team/RocketPy/pull/728) ## [v1.6.2] - 2024-11-08