From 3a37ef78d6e0dc7bff5986f697945f53bf50f9a2 Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavalias-github@xavier.robin.name>
Date: Mon, 5 Feb 2024 15:58:02 +0100
Subject: [PATCH] doc: add to changelog for 2.7.0

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

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 59676322b..4ab5f8ca8 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,6 +2,18 @@ Changes in Release 2.x
 --------------------------------------------------------------------------------
 
  * mmCIF writing support.
+ * Added a SaveSDF function (avoids having to use SaveEntity to save an SDF
+   file).
+ * Support for reading EM resolution from mmCIF files in MMCifInfo.
+ * Chemical components marked as obsoleted or reserved (which will never be
+   used in the PDB, namely DRG, INH, LIG and the range 01 - 99) can now be
+   optionally excluded from the compound library (see the -o and -r arguments
+   to the chemdict_tool).
+ * The number of symmetries explored in the ligand scoring can now be limited
+   with the max_symmetries argument. Compounds with too many symmetries will
+   be treated like they are not matching, and reported as unassigned with the
+   new 'symmetries' reason. This allows avoiding extremely long execution
+   times with some higly symmetrical ligands.
  * Several bug fixes and improvements.
 
 Changes in Release 2.6.1
-- 
GitLab