From f2c3f055e9271aff3aa659971073500fa2d9b2f3 Mon Sep 17 00:00:00 2001 From: nasos Date: Wed, 2 Apr 2014 10:33:18 -0400 Subject: [PATCH] Merged the fix to the banded bug (https://svn.boost.org/trac/boost/ticket/7549) --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 547deca2..eb5051b9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,5 @@ -Version 1.0.1 +Version 1.1.0 02 Apr. 2014 Nasos Iliopoulos * Added changelog * Corrected a big number of warnings coming from stray typedefs. Others may be present that are not triggered by the unit tests + * Corrected the banded matrix bug (https://svn.boost.org/trac/boost/ticket/7549) and updated appropriate unit tests. To enable the old (incorrect though) behaviour one should define BOOST_UBLAS_LEGACY_BANDED.