2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 03:22:14 +00:00

Update Changelog

This commit is contained in:
Nasos
2014-09-16 11:38:28 -04:00
parent 608478a093
commit e30ef6c7cc

View File

@@ -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.