Updated release notes

This commit is contained in:
John Wellbelove 2026-07-11 12:32:20 +01:00
parent 4bf6ed6ce8
commit c5dc331004
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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