1
0
forked from boostorg/mp11

Update revision history

This commit is contained in:
Peter Dimov
2021-03-12 19:21:15 +02:00
parent 47cf2e9a5f
commit 085980c876

View File

@@ -10,6 +10,10 @@ http://www.boost.org/LICENSE_1_0.txt
[#changelog]
# Revision History
## Changes in 1.77.0
* Added `mp_intersperse`, `mp_split`, `mp_join`
## Changes in 1.75.0
* Added `mp_pairwise_fold` (suggested by Barry Revzin)