From fbe7aa6ebe970a035bf198ceabf4e94e52d2690e Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Wed, 27 Sep 2017 17:17:25 +0200
Subject: [PATCH] SCHWED-2503: updated CHANGELOG

---
 CHANGELOG.txt                  | 20 ++++++++++++++++++--
 modules/mol/alg/doc/molalg.rst |  2 +-
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 0c643dc9f..9189aecec 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,8 +1,24 @@
+Changes in Release 1.7
+--------------------------------------------------------------------------------
+
+  * Removed Qt dependency for non-GUI compilation and fixed issues with recent
+    gcc and boost versions
+  * Added Quaternary Structure (QS) scoring module
+  * Fixed mmCIF parser to work with mmCIF dictionary version 5 (now with useful
+    revision data) and add r_free, r_work and entity.id to MMCifInfo
+  * Added fast accessibility and secondary structure (mimicking naccess & dssp)
+    computation (Accessibility & AssignSecStruct in mol.alg)
+  * Changed behaviour of mol.alg.Superpose with match = 'local-aln' or
+    'global-aln' which used to fail for chains without peptide bonds (e.g.
+    CA-only)
+  * Large updates for documentation
+  * Several minor bug fixes, improvements, and speed-ups
+
 Changes in Release 1.6
 --------------------------------------------------------------------------------
 
- * Added code to compare structures attached to a multiple seq. aln.
- * Incorporated Antechamber based force-field parameter generation for mm mod.
+  * Added code to compare structures attached to a multiple seq. aln.
+  * Incorporated Antechamber based force-field parameter generation for mm mod.
 
 Changes in Release 1.5
 --------------------------------------------------------------------------------
diff --git a/modules/mol/alg/doc/molalg.rst b/modules/mol/alg/doc/molalg.rst
index 4ef9b3d51..1641b6b49 100644
--- a/modules/mol/alg/doc/molalg.rst
+++ b/modules/mol/alg/doc/molalg.rst
@@ -953,7 +953,7 @@ Algorithms on Structures
   as described by DSSP.
 
   :param ent:           Entity on which to assign secondary structures
-  :type ent:            :class:`~ost.mol.EntityView`/
+  :type ent:            :class:`~ost.mol.EntityView` /
                         :class:`~ost.mol.EntityHandle`
 
 
-- 
GitLab