From 5cf7297bf0a86b42c47518bcd712629b79a8b015 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sun, 26 Jan 2014 15:40:18 +0000 Subject: [PATCH] ChangeLog Tidied up and added some more information --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32487d4..8a47711 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,12 +29,13 @@ TODO (known issues): CHANGELOG -- V3.0.1 +- V3.0.1 - Started CHANGELOG - Fixed bug_000008 to use phoenix headers correctly. This fixes it for most systems but not for Clang Linux C++11 with libstdc++ where the problem seems - to be in boost/thread. Clang Linux C++11 with libc++ works. + to be in boost/thread. + Clang Linux C++11 with libc++ works. - Fixed #9113 warnings on -Wshadow (some fixed) - Fixed #9111 unused parameter warning in phoenix bind - Fixed #8417 Minor documentation @@ -42,7 +43,11 @@ CHANGELOG - Fixed #6268 phoenix and fusion operator < and added test bug6268 - Fixed many issues from Inspection report phoenix/core/detail/phx_result.hpp Fixed clash with Apple macro 'check' + Fixed copyright and licence issues + Fixed tabs in some files + Deleted some empty unused files + Added tests for includes not being tested. Boost V1.55: - V3.0.0 - +- Boost Phoenix as passed on to new maintainer John Fletcher