From 0f7d02de01693626a80b5ed993446c375d770863 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 10 Oct 2021 19:29:46 +0300 Subject: [PATCH] Update revision history --- doc/changes.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index f4b48dc..c86ae6a 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -38,6 +38,7 @@ * Implemented the allocator access utilities which provide a replacement for `allocator_traits` with individual traits and functions for each facility. They support the C++11 allocator model when possible and provide a fallback for C++98 compatibility. +* Added `BOOST_TEST_WITH` to Lightweight Test. [endsect]