mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-30 08:16:19 +08:00
Updated release notes
This commit is contained in:
parent
4bf6ed6ce8
commit
c5dc331004
@ -9,6 +9,7 @@ Click on the links to see the original Github page.
|
||||
|
||||
**Pull requests:**
|
||||
|
||||
[#1477](https://github.com/ETLCPP/etl/pull/1477) Fix for 1405: etl::exchange doesn't work with unique_ptr
|
||||
[#1484](https://github.com/ETLCPP/etl/pull/1484) Fix `etl::message_timer` firing following timers early on unregister
|
||||
[#1485](https://github.com/ETLCPP/etl/pull/1485) Fix `etl::histogram` copy/move not preserving start_index
|
||||
[#1486](https://github.com/ETLCPP/etl/pull/1486) Fix `etl::bitset` single-element `from_string` shift on empty string
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
===============================================================================
|
||||
20.48.1
|
||||
|
||||
#1477 Fix for 1405: etl::exchange doesn't work with unique_ptr
|
||||
#1484 Fix etl::message_timer firing following timers early on unregister
|
||||
#1485 Fix etl::histogram copy/move not preserving start_index
|
||||
#1486 Fix etl::bitset single-element from_string shift on empty string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user