Update revision history

This commit is contained in:
Peter Dimov
2025-01-15 19:35:28 +02:00
parent 9910ada772
commit e5da96b9b6

View File

@ -1,5 +1,5 @@
////
Copyright 2019-2024 Peter Dimov
Copyright 2019-2025 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
@ -10,6 +10,10 @@ http://www.boost.org/LICENSE_1_0.txt
[#changelog]
# Revision History
## Changes in 1.88.0
* Fixed `mp_from_sequence` for non-integral values (accidentally broken in 1.83.0 due to offset support)
## Changes in 1.87.0
* Added `mp_lambda` (contributed by Joaquin M Lopez Munoz)