From 27c92085c7c6f753edec66add74e2baf33eb27d9 Mon Sep 17 00:00:00 2001
From: Alexander Rose <alexander.rose@weirdbyte.de>
Date: Sun, 15 Jan 2023 14:05:59 -0800
Subject: [PATCH] changelog

---
 CHANGELOG.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c9d982c8..09331650e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ Note that since we don't clearly distinguish between a public and private interf
 
 ## [Unreleased]
 
+- Improve `Dnatco` extension
+    - Factor out common code in `Dnatco` extension
+    - Add `NtC tube` visual. Applicable for structures with NtC annotation
+    - [Breaking] Rename `DnatcoConfalPyramids` to `DnatcoNtCs`
+
 ## [v3.29.0] - 2023-01-15
 
 - `meshes` extension: Fixed a bug in mesh visualization (show backfaces when opacity < 1)
@@ -29,9 +34,6 @@ Note that since we don't clearly distinguish between a public and private interf
 - Add `.getCenter` and `.center` to `Camera`
 - Add support to dim unmarked groups
 - Add support for marker edge strength
-- Factor out common code in `Dnatco` extension
-- Add `NtC tube` visual. Applicable for structures with NtC annotation
-- [Breaking] Rename `DnatcoConfalPyramids` to `DnatcoNtCs`
 
 ## [v3.28.0] - 2022-12-20
 
-- 
GitLab