Updated release notes

This commit is contained in:
John Wellbelove 2026-07-09 10:06:17 +01:00
parent 1523e63e35
commit faa4c15b49
2 changed files with 2 additions and 0 deletions

View File

@ -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 [#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 [#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` [#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 ## 20.48.0

View File

@ -12,6 +12,7 @@
#1492 Allow etl::vector to store pointers to functions and member functions #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 #1494 Refactor variant::emplace to perfect forward args instead of copy/move construct
#1495 Separate bit order and endianness in bit_stream.h #1495 Separate bit order and endianness in bit_stream.h
#1496 Fix non-assignable alternatives in variant
=============================================================================== ===============================================================================
20.48.0 20.48.0