From 62b23df9efa01f1acf299ae5d0deae309f080729 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Fri, 15 Oct 2021 19:00:57 -0400 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 c86ae6a..6f37292 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -14,6 +14,7 @@ * Added `boost::core::string_view`, a portable implementation of C++17's `std::string_view` that differs from `boost::string_view` by supporting implicit conversions from and to `std::string_view`, when that is available. +* Added `boost::span`, a C++11 implementation of C++20's `std::span`. [endsect]