From a890bd9df4244e3bf9c727a7b4f46918937fe7a8 Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Thu, 25 Apr 2024 16:22:28 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe914de..1d24b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added --- +- `Roms`: Robust median statistic feature, thanks @GaluTi for their first contribution! https://github.com/light-curve/light-curve-feature/issues/103 https://github.com/light-curve/light-curve-feature/pull/160 ### Changed -- **Build breaking**: bump `ceres-solver` to 0.3.0, which requires C++ version of ceres-solver v2.2.0 for `ceres-system` Cargo feature +-- ### Deprecated @@ -33,6 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [0.7.0] 2024 February 26 +### Changed + +- **Build breaking**: bump `ceres-solver` to 0.3.0, which requires C++ version of ceres-solver v2.2.0 for `ceres-system` Cargo feature + # [0.6.0] 2023 September 19 ### Changed