= ๐ Third-party dependency changes =
| Dependency | Old version | New version |
| --- | --- | --- |
| DCMQI | `99192b76` (Nov 6, 2020) | 1.2.3 |
| VTK | 9.0.0 (patched) | 9.0.1 (patched) |
= โจ New features =
= ๐ Bugfixes =
= ๐ฅ API-breaking changes =
== Refactoring of 2-d segmentation tools (D450) ==
- `mitk::SegTool2D` class
- Pointer members of `SliceInformation` struct are const now
- `GetAffectedWorkingSlice()` and `GetAffectedReferenceSlice()` are const now
- `WriteBackSegmentationResult()` is using `mitk::TimeStepType` now
- `WriteBackSegmentationResult()` overload for multiple slices was renamed to `WriteBackSegmentationResults()`
- `mitk::ContourModel` class
- All `int` and `unsigned int` time step parameters in all methods were changed to `mitk::TypeStepType`