From 74976b1e21f0f7afc8e5de0512cec568afcc028f Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Tue, 23 Aug 2022 16:13:43 +0200
Subject: [PATCH] update CHANGELOG

---
 CHANGELOG.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e4dc33b71..3e0f907ae 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,15 @@
+Changes in Release 2.4.0
+--------------------------------------------------------------------------------
+
+ * Add fast and flexible lDDT implementation. The new code is purely Python
+   based, natively supports complexes and is able to score DNA/RNA. The
+   deprecated lDDT implementation remains for consistency.
+ * Add algorithms to establish one to one mappings between chains in a reference
+   structure and a model.
+ * Substitution matrixes for RNA/DNA to compute alignments: seq.alg.IDENTITY and
+   seq.alg.NUC44
+ * Several minor bug fixes and improvements.
+
 Changes in Release 2.3.1
 --------------------------------------------------------------------------------
 
-- 
GitLab