From 6a5fb85c5a9d30230a683a7230c562e2cb7c4b95 Mon Sep 17 00:00:00 2001 From: Alexander Rose <alexander.rose@weirdbyte.de> Date: Sun, 12 Feb 2023 09:13:40 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb159b76..9d7682962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Note that since we don't clearly distinguish between a public and private interf ## [Unreleased] +## [v3.31.2] - 2023-02-12 + - Fix exit code of volume pack executable (pack.ts). Now exits with non-0 status when an error happens - Remove pca transform from components ui focus (too distracting) - Fix artefacts with opaque outlines behind transparent objects -- GitLab