Skip to content

Commit

Permalink
More release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Sep 10, 2024
1 parent 62bf3c0 commit 3c63a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Given here are some release notes for tools.

## [tools v0.4.0](https://github.com/njoy/tools/pull/xxx)
New features:
- added a partial implementation of the C++23 ranges standard: chunk_view, chunk_by_view, stride_view and repeat_view
- 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)
- updates to drop_view, values_view, keys_view and take _view
- made nanorange's adjacent_find and count ranges algorithms available and provided unit tests

This update also modifies the build system to use shacl-cmake.

Note: this also contains an implementation for the C++23 zip_view and zip_transform_view but these are not entirely workign as they should and should therefore not be used.
Note: this also contains an implementation for the C++23 zip_view and zip_transform_view but these are not entirely working as they should and should therefore not be used.

## [ACEtk v0.3.1](https://github.com/njoy/tools/pull/41)
This updates the build system for tools and contains no functional changes.
Expand Down

0 comments on commit 3c63a86

Please sign in to comment.