From b0ef385769decc4754e6c2aaca63b5c9d60eca6e Mon Sep 17 00:00:00 2001 From: Alexander Rose <alexander.rose@weirdbyte.de> Date: Sun, 24 Jul 2022 17:05:47 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d07f65f2f..2c261fc75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ Note that since we don't clearly distinguish between a public and private interf ## [Unreleased] +## [v3.13.0] - 2022-07-24 + - Fix: only update camera state if manualReset is off (#494) - Improve handling principal axes of points in a plane - Add 'material' annotation support for textures - More effort to avoid using ``flat`` qualifier in shaders: add ``dVaryingGroup`` - Enable ``immediateUpdate`` for iso level in isosurface and volume streaming controls +- Add support to download CCD from configurable URL ## [v3.12.1] - 2022-07-20 -- GitLab