Add revision history

This commit is contained in:
Peter Dimov
2019-01-30 01:24:28 +02:00
parent acd0e3e015
commit 8bfb2d7d0f
2 changed files with 28 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ include::mp11/definitions.adoc[]
include::mp11/examples.adoc[]
include::mp11/changelog.adoc[]
include::mp11/reference.adoc[]
:leveloffset: -1

26
doc/mp11/changelog.adoc Normal file
View File

@@ -0,0 +1,26 @@
////
Copyright 2019 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt
////
[#changelog]
# Revision History
## Changes in 1.70.0
* Rename `mp_invoke` to `mp_invoke_q`
* Add `mp_similar`
* Add `mp_set_union`, `mp_set_intersection`, `mp_set_difference`
* Add `mp_not_fn`
* Add `mp_transform_first`, `mp_transform_second`, `mp_transform_third`
## Changes in 1.69.0
* Remove dependency on Boost.Config; Mp11 is now standalone
* Improve code generation for `mp_with_index`
* Add `mp_starts_with` (contributed by Glen Fernandes)
* Add CMake support