mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Updated version and release notes
This commit is contained in:
parent
ad69fb256d
commit
31740b8c8b
@ -69,7 +69,7 @@ The library is intended for any compiler that supports C++98/03/11/14/17/20.
|
||||
- Checksums & hash functions
|
||||
- Variants (a type that can store many types in a type-safe interface)
|
||||
- Choice of asserts, exceptions, error handler or no checks on errors
|
||||
- Unit tested (currently over 6480 tests), using VS2019, GCC 8.1.0, , GCC 9.3.0, Clang 9.0.0 & 10.0.0
|
||||
- Unit tested (currently over 9400 tests), using VS2022, GCC 12, Clang 14.
|
||||
- Many utilities for template support.
|
||||
- Easy to read and documented source.
|
||||
- Free support via email, GitHub and Slack
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Embedded Template Library ETL",
|
||||
"version": "20.39.0",
|
||||
"version": "20.39.5",
|
||||
"authors": {
|
||||
"name": "John Wellbelove",
|
||||
"email": "john.wellbelove@etlcpp.com"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name=Embedded Template Library ETL
|
||||
version=20.39.0
|
||||
version=20.39.5
|
||||
author= John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
license=MIT
|
||||
|
||||
@ -1,8 +1,22 @@
|
||||
===============================================================================
|
||||
20.39.5
|
||||
|
||||
Updates:
|
||||
Added new C++17 function wrappers
|
||||
Simplified definition of is_base_of
|
||||
Fixed static definition for etl::string
|
||||
Redefined ETL_DEPRECATED
|
||||
Updated nth_type to handle a type list of zero length
|
||||
Updated Github Actions to checkout@v4
|
||||
|
||||
Fixes:
|
||||
#956 Fix build error (etl::circular_buffer)
|
||||
#957 Support heterogenous lookup for maps
|
||||
#959 Treat bitset with size_type
|
||||
|
||||
Pull Requests:
|
||||
#947 Remove unused git submodule config
|
||||
#965 Fix accident creation of a delegate to an rvalue delegate when copying/assigning from delegate with mismatching signature
|
||||
|
||||
===============================================================================
|
||||
20.39.4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user