From 5e9295abd53dd19152c3440ffd3bc3244f73217f Mon Sep 17 00:00:00 2001 From: Alexander Rose <alexander.rose@weirdbyte.de> Date: Sat, 1 Oct 2022 15:44:47 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5d92fee..c40994575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,10 @@ Note that since we don't clearly distinguish between a public and private interf ## [Unreleased] +- Fix "empty textures" error on empty canvas - Optimize BinaryCIF integer packing encoder -- Fix Dual depth peeling when post-processing is off or when rendering direct-volumes -- Add `cameraClipping.minNear` parameter +- Fix dual depth peeling when post-processing is off or when rendering direct-volumes +- Add ``cameraClipping.minNear`` parameter - Fix black artifacts on specular highlights with transparent background ## [v3.18.0] - 2022-09-17 -- GitLab