From a761b9dd449bb664c4f10d427d3e22e43f8d7df5 Mon Sep 17 00:00:00 2001 From: "Alexander V. Hopp" Date: Tue, 10 Dec 2024 13:05:39 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7dc075f..20c310dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Search spaces are now stateless, preventing unintended side effects that could lead to incorrect candidate sets when reused in different optimization contexts - `qNIPV` not working with single `MIN` targets +- Crash when using ContinuousCardinalityConsraint caused by an unintended interplay + between constraints and dropped parameters ### Deprecations - Passing a dataframe via the `data` argument to `Objective.transform` is no longer