From c4a4dba53b17c5b25a81989804de40c37b86b034 Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavier.robin@unibas.ch>
Date: Tue, 30 May 2023 14:16:52 +0200
Subject: [PATCH] doc: SCHWED-5929 add some of the changes to changelog

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

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 68c4c91e8..19b98930d 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,16 @@
+Changes in Release 2.5.0
+--------------------------------------------------------------------------------
+
+ * A default compound library is set and the rule-base processor is set as the
+   default processor when the ost module is imported. As a result, OpenStructure
+   will behave more like a script run with the `ost` command in python scripts,
+   Jupyter notebooks, ipython sessions, etc.
+ * Global chain mapping and assignment based on RMSD only are available for
+   ligand scoring (both with the action and module).
+ * Additional chain and residue properties are read from mmCIF allowing basic
+   mapping between label and author chain and residue numbers.
+ * Several bug fixes and improvements.
+
 Changes in Release 2.4.0
 --------------------------------------------------------------------------------
 
-- 
GitLab