From e30ef6c7ccbc50e2f612842ca746b12bd0a63df7 Mon Sep 17 00:00:00 2001 From: Nasos Date: Tue, 16 Sep 2014 11:38:28 -0400 Subject: [PATCH] Update Changelog --- Changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 4d43c860..f769ee62 100644 --- a/Changelog +++ b/Changelog @@ -17,6 +17,6 @@ Version 1.1.0 * Added changelog * bugfix: corrected a big number of warnings coming from stray typedefs. Other similar issues may be present that are not triggered by the unit tests - * bugfix: 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. + * bugfix: 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.