From 3cd085a324c008f04a886409a663c08fc0186e0b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 21 Jan 2020 03:25:16 +0200 Subject: [PATCH] Rename 'release history' to 'revision history' --- doc/changes.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changes.adoc b/doc/changes.adoc index 6802450..d3772d8 100644 --- a/doc/changes.adoc +++ b/doc/changes.adoc @@ -5,15 +5,15 @@ http://www.boost.org/LICENSE_1_0.txt //// [#changes] -# Release History +# Revision History :toc: :toc-title: :idprefix: -## Changes in Boost 1.73.0 +## Changes in 1.73.0 * Added an overload of `throw_exception` that takes a `boost::source_location` object. - + NOTE: Projects using `BOOST_THROW_EXCEPTION` with exceptions disabled will need to add a definition of this new overload.