Updated changelog to 1.2.5

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@712 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2014-02-08 17:27:38 +00:00
parent f36ac7c889
commit f7d5933162

View file

@ -1,11 +1,13 @@
[section Changelog] [section Changelog]
[section 1.2.5] [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 * Added support for using non default calling conventions
* Changed MOCK_DESTRUCTOR which now requires '~' to preceed the class name * 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] [endsect]