mirror of
https://github.com/boostorg/mp11.git
synced 2025-08-10 17:54:27 +02:00
Add revision history
This commit is contained in:
@@ -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
26
doc/mp11/changelog.adoc
Normal 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
|
Reference in New Issue
Block a user