From 1f740abb3b6e43cd3e94ef17d4c500b000642212 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 21 Jan 2020 03:18:16 +0200 Subject: [PATCH] Add revision history --- doc/changes.adoc | 15 +++++++++++++++ doc/index.adoc | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 doc/changes.adoc diff --git a/doc/changes.adoc b/doc/changes.adoc new file mode 100644 index 0000000..303c291 --- /dev/null +++ b/doc/changes.adoc @@ -0,0 +1,15 @@ +//// +Copyright 2019 Peter Dimov +Distributed under the Boost Software License, Version 1.0. +http://www.boost.org/LICENSE_1_0.txt +//// + +[#changes] +# Revision History +:toc: +:toc-title: +:idprefix: + +## Changes in 1.73.0 + +* Added `source_location`. diff --git a/doc/index.adoc b/doc/index.adoc index 883e664..95d52c2 100644 --- a/doc/index.adoc +++ b/doc/index.adoc @@ -21,6 +21,7 @@ similar in behavior and purpose to the standard macro `assert` from ``. include::assert.adoc[] include::current_function.adoc[] include::source_location.adoc[] +include::changes.adoc[] :leveloffset: -1 @@ -29,7 +30,7 @@ include::source_location.adoc[] This documentation is -* Copyright 2002, 2007, 2014, 2017, 2019 Peter Dimov +* Copyright 2002, 2007, 2014, 2017, 2019, 2020 Peter Dimov * Copyright 2011 Beman Dawes * Copyright 2015 Ion GaztaƱaga * Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].