Skip to content

Commit fb212a5

Browse files
committed
Adding a few more items to changelog
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 2c3606f commit fb212a5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
## [1.5.1] - 2025-09-22
8+
## [1.5.1] - 2025-09-22
99

1010
## What's Changed
1111
### Added
@@ -19,10 +19,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1919
* Improved `DiffusionModelEncoder` to support output linear layers of different dimensions (#8578, #8580)
2020

2121
### Fixed
22-
* Fix for insecure zip file extraction to address https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-x6ww-pf9m-m73m (#8568)
23-
* Fix for insecure use of `torch.load` and `pickle` to address https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-6vm5-6jv9-rjpj and https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-p8cm-mm2v-gwjm (#8566)
22+
* Fix for insecure zip file extraction to address [GHSA-x6ww-pf9m-m73m](https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-x6ww-pf9m-m73m) (#8568)
23+
* Fix for insecure use of `torch.load` and `pickle` to address [GHSA-6vm5-6jv9-rjpj](https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-6vm5-6jv9-rjpj) and [GHSA-p8cm-mm2v-gwjm](https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-p8cm-mm2v-gwjm) (#8566)
2424
* Torchvision fix for loading pretrained weights using current syntax (#8563)
25-
* Fix bug in maisi vae (#8517)
25+
* Fix bug in MAISI vae (#8517)
2626
* Throw exception on invalid images in retinanet detector (#8515)
2727
* Fix: HistogramNormalized doc (#8543)
2828
* Fix build failure by pinning pyamg to versions below 5.3.0 (#8548)
@@ -1261,7 +1261,8 @@ the postprocessing steps should be used before calling the metrics methods
12611261

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

1264-
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.0...HEAD
1264+
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.1...HEAD
1265+
[1.5.1]: https://github.com/Project-MONAI/MONAI/compare/1.5.0...1.5.1
12651266
[1.5.0]: https://github.com/Project-MONAI/MONAI/compare/1.4.0...1.5.0
12661267
[1.4.0]: https://github.com/Project-MONAI/MONAI/compare/1.3.2...1.4.0
12671268
[1.3.2]: https://github.com/Project-MONAI/MONAI/compare/1.3.1...1.3.2

0 commit comments

Comments
 (0)