Skip to content

Commit 03640ab

Browse files
authored
[docs] add release notes for v1.0.1 (#1756)
* [docs] add release notes for v1.0.1 * Update release_notes.md
1 parent 63ee291 commit 03640ab

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/src/release_notes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# Release notes
22

3-
## v1.0.1 (In development)
3+
## v1.0.1 (February 25, 2022)
4+
5+
For a detailed list of the closed issues and pull requests from this release,
6+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.0.1).
47

58
### Bug fixes
69

710
- Fixed a bug in which OptimizerAttributes were not copied in CachingOptimizer
11+
- Fixed a bug in which `shift_constant` did not promote mixed types of coefficients
12+
- Fixed a bug in which deleting a constraint of a bridged variable threw
13+
`ErrorException` instead of `MOI.DeleteNotAllowed`
14+
- Fixed a bug in which `add_constraint` in `MatrixOfConstraints` did not
15+
canonicalize the function
16+
- Fixed a bug when modifying scalar constants of a function containing a
17+
bridged variable
18+
- Fixed a bug in which `final_touch` was not always called with a
19+
`CachingOptimizer`
820

921
## v1.0.0 (February 17, 2022)
1022

0 commit comments

Comments
 (0)