Skip to content

Commit 73b86f2

Browse files
authored
[docs] add release notes for v1.6.1 (#1967)
1 parent 0cc96e5 commit 73b86f2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/src/release_notes.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag
77

88
### New features
99

10-
- Added support for `ExponentialCone` in `MatrixOfConstraints`
1110
- Added `SplitComplexZerosBridge` and `SplitComplexEqualToBridge` which bridges
1211
complex-valued equality constraints into their real and imaginary parts
1312
- Added support for generic nunmber types in `Utilities.loadfromstring!`
@@ -20,8 +19,6 @@ see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag
2019

2120
### Bug fixes
2221

23-
- Fix `PSDSquare_3` test to reflect a previously fixed bug getting the
24-
`ConstraintDual` of a `PositiveSemidefiniteConeSquare` constraint
2522
- Fixed some missing promotion rules
2623

2724
### Performance and maintenance
@@ -30,6 +27,17 @@ see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag
3027
- Removed an un-needed `copy` in `Utilities.modify_function`
3128
- Various clean-ups in `Bridges/bridge_optimizer.jl`
3229

30+
## v1.6.1 (July 23, 2022)
31+
32+
For a detailed list of the closed issues and pull requests from this release,
33+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.6.1).
34+
35+
### Bug fixes
36+
37+
- Added support for `ExponentialCone` in `MatrixOfConstraints`
38+
- Fix `PSDSquare_3` test to reflect a previously fixed bug getting the
39+
`ConstraintDual` of a `PositiveSemidefiniteConeSquare` constraint
40+
3341
## v1.6.0 (July 2, 2022)
3442

3543
For a detailed list of the closed issues and pull requests from this release,

0 commit comments

Comments
 (0)