2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 20:32:16 +00:00

Boost.Test change log 1.73

This commit is contained in:
Raffi Enficiaud
2020-04-21 18:36:03 +02:00
parent 954bf012ce
commit 7a25ca6e2e

View File

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