From 13b7501ffabfc3e8c0e3fcc65641e1bbe847e9a8 Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Thu, 12 Dec 2024 15:28:53 -0500 Subject: [PATCH] Prepare release 7.0.1 (#772) --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0350ae8..094fefd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,20 +13,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated ### Removed -* NaiveGenerationalEvolutionaryAlgorithm removed. This is not a breaking change. See changelog and release notes for release 6.3.0, where it was simultaneously introduced and deprecated for reason, which also indicates what should be used instead. ### Fixed -* Refactored RealVectorInitializer based on RefactorFirst analysis. -* Refactored IntegerVectorInitializer based on RefactorFirst analysis. ### Dependencies -* Bump org.cicirello:rho-mu from 4.1.0 to 4.2.0 ### CI/CD ### Other +## [7.0.1] - 2024-12-12 + +### Fixed +* Refactored RealVectorInitializer based on RefactorFirst analysis. +* Refactored IntegerVectorInitializer based on RefactorFirst analysis. + +### Removed +* NaiveGenerationalEvolutionaryAlgorithm removed. This is not a breaking change. See changelog and release notes for release 6.3.0, where it was simultaneously introduced and deprecated for reason, which also indicates what should be used instead. + +### Dependencies +* Bump org.cicirello:rho-mu from 4.1.0 to 4.2.0 + + ## [7.0.0] - 2024-08-01 ### Changed (BREAKING)