Skip to content

Commit 372b8fa

Browse files
committed
Apply suggestions from code review
1 parent 9708488 commit 372b8fa

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
@@ -29,7 +29,7 @@ changes.
2929
always negative, regardless of optimization sense.) (#593)
3030
* The structs `LtConstraint`, `GtConstraint`, `EqConstraint`
3131
`SOCConstraint` and `SDPConstraint` have
32-
been replaced by `GenericConstraint{S}` where `S<:MOI.AbstractSet` (#590) (#597)
32+
been replaced by `GenericConstraint{S}` where `S<:MOI.AbstractSet` (#590) (#597) (#598) (#599)
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)
3535
type piracy. In addition, `vecdot(x,y)` has been removed. Call
@@ -86,7 +86,7 @@ changes.
8686
* Removed the unused file `src/problem_depot/problems/benchmark.jl` (#560)
8787
* Added various tests to improve code coverage (#522), (#572), (#575), (#577),
8888
(#580)
89-
* Updated versions in GitHub actionsn (#596)
89+
* Updated versions in GitHub actions (#596)
9090

9191
## v0.15.4 (October 24, 2023)
9292

0 commit comments

Comments
 (0)