From 29062406a2f64389e7bfbc406defb23833b1f922 Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Fri, 30 Nov 2012 13:52:14 +0100
Subject: [PATCH] update CHANGELOG.txt

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

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b7e8c3066..6ed6e991b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,31 @@
 Changes in Release 1.4
+--------------------------------------------------------------------------------
 
   * Feasibility check set to off by default
+  * Speed improvement for bracketed within selections up to a factor of 20
+
+Changes In Release 1.3.1
+--------------------------------------------------------------------------------
+
+  * Export missing default argument for AligmentHandle.ToString
+  * Automatically attach entity view in SequenceFromChain
+  * Export GetMatchingBackboneViews to Python
+  * Fix compilation with boost 1.33.1
+  * Allow renumbering of single chain
+
+Changes In Release 1.3.0
+--------------------------------------------------------------------------------
+
+  * Scene background can now be set to a gradient or an image
+  * Better Handling of HSV colors
+  * Table: direct access to columns tab['x'] is also available as tab.x
+  * Table: Export to ConTeXt and HTML tables
+  * Table: Barplot interface
+  * The BLAST binding supports newer versions of BLAST
+  * Bindings for CAD score
+  * Update directory layout of OST to be more conformant with the site-package
+    system of Python: Instead of storing the modules in lib{64}/ost/ost, they
+    are now in lib{64}/python{{VERSION}}/site-packages/ost
 
 Changes In Release 1.2.3
 --------------------------------------------------------------------------------
-- 
GitLab