From c5dc331004b4d9611ab996935bedada203676c71 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 11 Jul 2026 12:32:20 +0100 Subject: [PATCH] Updated release notes --- docs/releases/_index.md | 1 + support/Release notes.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/releases/_index.md b/docs/releases/_index.md index c4599cbe..15553d90 100644 --- a/docs/releases/_index.md +++ b/docs/releases/_index.md @@ -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 diff --git a/support/Release notes.txt b/support/Release notes.txt index f31d2886..3e8bbb2e 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -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