From 7c0cba4790922f10916ea7f8cd45f30cf8bd2550 Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Wed, 2 Oct 2024 09:19:18 -0600 Subject: [PATCH] update release notes --- ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8bad797..37fb68e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,10 @@ # Release Notes—tools Given here are some release notes for tools. +## [tools v0.5.0](https://github.com/njoy/tools/pull/xx) +Bug fixes: + - apply the ranges::range concept on the AnyView constructor taking a Container template as input (this fixes a rare compilation error encountered with the GitHub CI) + ## [tools v0.4.0](https://github.com/njoy/tools/pull/44) New features: - added a partial implementation of the C++23 ranges standard: chunk_view, chunk_by_view, stride_view and repeat_view (LLVM implementations for these views were used as models for our C++17 based implementations)