1
0
forked from boostorg/mp11

Update revision history

This commit is contained in:
Peter Dimov
2023-05-14 04:30:28 +03:00
parent 8000dc8f15
commit 1f645c0c02

View File

@ -10,6 +10,18 @@ http://www.boost.org/LICENSE_1_0.txt
[#changelog]
# Revision History
## Changes in 1.83.0
* Added an offset/from parameter to `mp_from_sequence`, `mp_iota`, `mp_iota_c`.
## Changes in 1.79.0
* Added `mp_valid_and_true` (contributed by Dmitry Arkhipov)
## Changes in 1.78.0
* Added support for n-ary functions to `mp_compose` (contributed by Dmitry Arkhipov)
## Changes in 1.77.0
* Added `mp_intersperse`, `mp_split`, `mp_join`