diff --git a/docs/src/changelog.md b/docs/src/changelog.md index c343a51a93..6ed6546866 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for specifying the lower and upper bound suffixes for variable duals in [`FileFormats.NL.SolFileResults`](@ref) (#2567) +### Fixed + + - Fixed `MOI.objective_expr(::InvalidEvaluator)` (#2569) + ## v1.32.0 (October 21, 2024) ### Added