From 357e0412367f568874160519513a769db4192365 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sat, 23 Sep 2023 13:38:53 +1200 Subject: [PATCH] Update changelog.md --- docs/src/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index a777a97c389..956ca17898e 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -11,11 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - - Fixed support for unary `min` and `max` operators (#3522) + - Fixed support for single argument `min` and `max` operators (#3522) - Fixed error message for [`add_to_expression!`](@ref) when called with a [`GenericNonlinearExpr`](@ref) (#3506) - Fixed constraint tags with broadcasted constraints (#3515) - Fixed MethodError in `MA.scaling` (#3518) + - Fixed support for arrays of [`Parameter`](@ref) variables (#3524) ### Other