From 7a25ca6e2e4a3d58f36bca698bb755f2f3cebc6b Mon Sep 17 00:00:00 2001 From: Raffi Enficiaud Date: Tue, 21 Apr 2020 18:36:03 +0200 Subject: [PATCH] Boost.Test change log 1.73 --- feed/history/boost_1_73_0.qbk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/feed/history/boost_1_73_0.qbk b/feed/history/boost_1_73_0.qbk index c9b71fdd..6111dce2 100644 --- a/feed/history/boost_1_73_0.qbk +++ b/feed/history/boost_1_73_0.qbk @@ -240,6 +240,25 @@ Please keep the list of libraries sorted in lexicographical order. * Fixed msvc-9 build * Maintenance work, including test fixes [github stacktrace 86], fixing typos [github stacktrace 84], CI improvements and hardening, inspect tool fixes. +* [phrase library..[@/libs/test/ Test]:] + * Boost.test v3.13 see the + [@/libs/test/doc/html/boost_test/change_log.html Changes log] + for more details. + + * New feature: + It is now possible to combine tolerance indication, user message and collection comparison modifier in a single `BOOST_TEST` expression. + See change logs for more details. + + * Bug fixes and pull requests: + * GitHub Issues: [github test 173], [github test 179], [github test 220], [github test 221], [github test 235] + [github test 237], [github test 241], [github test 245], [github test 246], [github test 251], [github test 253] + [github test 254], [github test 263] + + * Trac tickets: [ticket 11107] + + * GitHub Pull Requests: [github_pr test 41], [github_pr test 114], [github_pr test 187], [github_pr test 239], [github_pr test 247] + [github_pr test 252], [github_pr test 259], [github_pr test 265] + * [phrase library..[@/libs/throw_exception/ ThrowException]:] * Added an overload of `throw_exception` that takes a `boost::source_location` object.