From f7d5933162f1d7ca444935b3fbf47632d6dbf33e Mon Sep 17 00:00:00 2001 From: mat007 Date: Sat, 8 Feb 2014 17:27:38 +0000 Subject: [PATCH] Updated changelog to 1.2.5 git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@712 860be788-9bd5-4423-9f1e-828f051e677b --- build/boost/doc/changelog.qbk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/boost/doc/changelog.qbk b/build/boost/doc/changelog.qbk index 9b18b41..16e8d9d 100644 --- a/build/boost/doc/changelog.qbk +++ b/build/boost/doc/changelog.qbk @@ -1,11 +1,13 @@ [section Changelog] [section 1.2.5] -Released ? +Released 10 February 2014 +* Added workaround for when msvc defines small and near macros * Added support for using non default calling conventions * Changed MOCK_DESTRUCTOR which now requires '~' to preceed the class name -* Changed MOCK_[[NON_]CONST_]CONVERSION_OPERATOR[_TPL] which now requires an extra first argument 'operator' +* Changed MOCK_\*CONVERSION_OPERATOR\* which now require an extra first argument 'operator' +* Added version.hpp with the library version number [endsect]