From 7fea62aa46ed2f8c22d79f02a4b0233e4a2a3fbe Mon Sep 17 00:00:00 2001
From: dsehnal <david.sehnal@gmail.com>
Date: Tue, 20 Dec 2022 14:28:07 +0100
Subject: [PATCH] changelog

---
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdaf339b1..ae6f04b13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ Note that since we don't clearly distinguish between a public and private interf
 
 ## [Unreleased]
 
-- Fixed a bug in mesh visualization (show backfaces when opacity < 1)
+- `meshes` extension: Fixed a bug in mesh visualization (show backfaces when opacity < 1) 
 
 ## [v3.28.0] - 2022-12-20
 
@@ -14,6 +14,7 @@ Note that since we don't clearly distinguish between a public and private interf
 - Add `solidInterior` parameter to sphere/cylinder impostors
 - [Breaking] Tweak `ignoreHydrogens` non-polar handling (introduced in 3.27.0)
 - Add `meshes` and `volumes-and-segmentations` extensions
+    - See https://molstarvolseg.ncbr.muni.cz/ for more info
 - Fix missing support for info in `ParamDefinition.Converted`
 - Add support for multi-visual volume representations
 - Improve volume isosurface bounding-sphere
-- 
GitLab