From faa4c15b49c8ad15475c83ae23e00f5a46f803ca Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 9 Jul 2026 10:06:17 +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 b0bf7238..c4599cbe 100644 --- a/docs/releases/_index.md +++ b/docs/releases/_index.md @@ -20,6 +20,7 @@ Click on the links to see the original Github page. [#1492](https://github.com/ETLCPP/etl/pull/1492) Allow `etl::vector` to store pointers to functions and member functions [#1494](https://github.com/ETLCPP/etl/pull/1494) Refactor `variant::emplace` to perfect forward args instead of copy/move construct [#1495](https://github.com/ETLCPP/etl/pull/1495) Separate bit order and endianness in `bit_stream.h` +[#1496](https://github.com/ETLCPP/etl/pull/1496) Fix non-assignable alternatives in variant ## 20.48.0 diff --git a/support/Release notes.txt b/support/Release notes.txt index ac2012af..f31d2886 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -12,6 +12,7 @@ #1492 Allow etl::vector to store pointers to functions and member functions #1494 Refactor variant::emplace to perfect forward args instead of copy/move construct #1495 Separate bit order and endianness in bit_stream.h +#1496 Fix non-assignable alternatives in variant =============================================================================== 20.48.0