Add revision history

This commit is contained in:
Peter Dimov
2020-01-21 03:18:16 +02:00
parent 312b047876
commit 1f740abb3b
2 changed files with 17 additions and 1 deletions

15
doc/changes.adoc Normal file
View File

@ -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`.

View File

@ -21,6 +21,7 @@ similar in behavior and purpose to the standard macro `assert` from `<cassert>`.
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].