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.