forked from boostorg/assert
Add revision history
This commit is contained in:
15
doc/changes.adoc
Normal file
15
doc/changes.adoc
Normal 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`.
|
@ -21,6 +21,7 @@ similar in behavior and purpose to the standard macro `assert` from `<cassert>`.
|
|||||||
include::assert.adoc[]
|
include::assert.adoc[]
|
||||||
include::current_function.adoc[]
|
include::current_function.adoc[]
|
||||||
include::source_location.adoc[]
|
include::source_location.adoc[]
|
||||||
|
include::changes.adoc[]
|
||||||
|
|
||||||
:leveloffset: -1
|
:leveloffset: -1
|
||||||
|
|
||||||
@ -29,7 +30,7 @@ include::source_location.adoc[]
|
|||||||
|
|
||||||
This documentation is
|
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 2011 Beman Dawes
|
||||||
* Copyright 2015 Ion Gaztañaga
|
* Copyright 2015 Ion Gaztañaga
|
||||||
* Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
|
* Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
|
||||||
|
Reference in New Issue
Block a user