Skip to content

Commit 0960492

Browse files
authored
Rename to old names in changelog (#597)
1 parent a679f64 commit 0960492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ changes.
2727
dual variable associated with such constraints is now reversed in sign**.
2828
(Following the convention in MathOptInterface, the dual of `a <= b` is
2929
always negative, regardless of optimization sense.) (#593)
30-
* The structs `LessThanConstraint`, `GreaterThanConstraint`, `EqualToConstraint`
31-
`SecondOrderConeConstraint` and `PostiveSemidefinteConeConstraint` have
30+
* The structs `LtConstraint`, `GtConstraint`, `EqConstraint`
31+
`SOCConstraint` and `SDPConstraint` have
3232
been replaced by `GenericConstraint{S}` where `S<:MOI.AbstractSet` (#590)
3333
* The syntaxes `dot(*)`, `dot(/)` and `dot(^)` have been removed in favor of
3434
explicit broadcasting (`x .* y`, `x ./ y`, and `x .^ y`). These were (mild)

0 commit comments

Comments
 (0)