From 4ef2ca3a47b34ed60611781088ccdbe52b580056 Mon Sep 17 00:00:00 2001 From: Tauriello Gerardo <gerardo.tauriello@unibas.ch> Date: Fri, 14 Jun 2019 11:05:10 +0200 Subject: [PATCH] Update CHANGELOG.txt --- CHANGELOG.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 03c3bf44d..2bf42f24a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,12 +1,15 @@ Changes in Release 1.x.x -------------------------------------------------------------------------------- - * Use system provided SQLite3 library - * Port to Qt5 - * C++ wrapper around C++ implementation of TMalign - * Database for efficient in-memory lookup of coordinates and sequences + * Use system provided SQLite3 library. + * Port from Qt4 to Qt5. + * C++ wrapper around C++ implementation of TMalign. + * Database for efficient in-memory lookup of coordinates and sequences. * Updated CAD score binding with change in result format, check documentation - for further details + for further details. + * Improved support for recent compilers and libraries. + * Removed support for USE_MESA. + * Several minor bug fixes and improvements. Changes in Release 1.9.0 -------------------------------------------------------------------------------- -- GitLab