Skip to content

Commit 446b003

Browse files
committed
Update changelog.md
1 parent a381975 commit 446b003

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ changes.
1515
### Breaking
1616

1717
* This release involved a substantial rewrite of Convex.jl to integrate better
18-
with MathOptInterface. (#504), (#584), (#588)
18+
with MathOptInterface. (#504), (#551), (#584), (#588)
1919
* `x + A` will error if `x` is a scalar variable and `A` is an array.
2020
Instead, use `x * ones(size(A)) + A`.
2121
* The `RelativeEntropyAtom` now returns a scalar value instead o
@@ -35,7 +35,6 @@ changes.
3535
individual variable, has been renamed `get_constraints` (#527)
3636
* DCP violations now throw a `DCPViolationError` exception, rather than a
3737
warning. Relatedly, `Convex.emit_dcp_warnings` has been removed (#523)
38-
* Removed the undocumented an internal function `latex_formulation` (#551)
3938
* The strict inequalities `>` and `<` have been deprecated. They will be
4039
removed in the next breaking release. Note that these never enforced strict
4140
inequalities, but instead were equivalent to `>=` and `<=` respectively (#555)

0 commit comments

Comments
 (0)