From 5c8f0b35ecf7eb90dc3f1d5c4c496785fa1633ea Mon Sep 17 00:00:00 2001 From: Alexander Rose <alexander.rose@weirdbyte.de> Date: Mon, 19 Dec 2022 10:33:36 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0728b21..bf25fdbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ Note that since we don't clearly distinguish between a public and private interf - Show histogram in direct volume control point settings - Add `solidInterior` parameter to sphere/cylinder impostors - Add `meshes` and `volumes-and-segmentations` extensions +- Fix missing support for info in `ParamDefinition.Converted` +- Add support for multi-visual volume representations +- Improve volume isosurface bounding-sphere +- Add basic volume segmentation support to core + - Add `Volume.Segment` model + - Add `Segmentation` custom volume property + - Add `SegmentRepresentation` representation + - Add `volume-segment` color theme ## [v3.27.0] - 2022-12-15 -- GitLab