From 46759998d7d86d0ea4909be09a91e6a56e64973e Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Tue, 21 May 2024 01:18:07 +0200 Subject: [PATCH] Add 686 to news (#681) --- docs/src/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 53147c123..76e05b412 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -106,6 +106,7 @@ or post on the JuMP community forum: https://jump.dev/forum. * Fixed performance issues in a number of issues related to scalar indexing (#618), (#619), (#620), (#621), (#625), (#634) * Fixed `show` for `Problem` (#649) + * `sumsquares` has a more efficient formulation (#678) ### Other