Update revision history

This commit is contained in:
Peter Dimov
2021-10-10 19:29:46 +03:00
parent 773499db5e
commit 0f7d02de01

View File

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