Skip to content

Commit 59a7211

Browse files
authored
Update changelog for hotfix 1.3.2 (#7877)
Update changelog for hotfix 1.3.2 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: YunLiu <[email protected]>
1 parent e92949d commit 59a7211

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [1.3.2] - 2024-06-25
9+
### Fixed
10+
#### misc.
11+
* Updated Numpy version constraint to < 2.0 (#7859)
12+
813
## [1.3.1] - 2024-05-17
914
### Added
1015
* Support for `by_measure` argument in `RemoveSmallObjects` (#7137)
@@ -1035,7 +1040,8 @@ the postprocessing steps should be used before calling the metrics methods
10351040

10361041
[highlights]: https://github.com/Project-MONAI/MONAI/blob/master/docs/source/highlights.md
10371042

1038-
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.3.1...HEAD
1043+
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.3.2...HEAD
1044+
[1.3.2]: https://github.com/Project-MONAI/MONAI/compare/1.3.1...1.3.2
10391045
[1.3.1]: https://github.com/Project-MONAI/MONAI/compare/1.3.0...1.3.1
10401046
[1.3.0]: https://github.com/Project-MONAI/MONAI/compare/1.2.0...1.3.0
10411047
[1.2.0]: https://github.com/Project-MONAI/MONAI/compare/1.1.0...1.2.0

0 commit comments

Comments
 (0)