Skip to content

Commit

Permalink
Merge pull request #1053 from pika-org/release-notes-0.23.0
Browse files Browse the repository at this point in the history
Add release notes for 0.23.0
  • Loading branch information
aurianer authored Mar 7, 2024
2 parents a9d298d + 4f8af6b commit 7c1aebb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
<!--- Distributed under the Boost Software License, Version 1.0. (See accompanying -->
<!--- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->

## 0.23.0 (2024-03-07)

### New features

- Further improved performance, particularly on ARM64 systems. ([#1023](https://github.com/pika-org/pika/pull/1023), [#1033](https://github.com/pika-org/pika/pull/1033), [#1035](https://github.com/pika-org/pika/pull/1035), [#1041](https://github.com/pika-org/pika/pull/1041))
- Allow compilation on ARM systems with address sanitizer enabled. ([#1045](https://github.com/pika-org/pika/pull/1045))

### Breaking changes

### Bugfixes

- Allow the use of the `require_started` sender adaptor with `unique_any_sender` and `any_sender`. ([#1044](https://github.com/pika-org/pika/pull/1044))
- Fix a data race in CUDA/HIP event polling. ([#1051](https://github.com/pika-org/pika/pull/1051))

## 0.22.2 (2024-02-09)

### Bugfixes
Expand Down

0 comments on commit 7c1aebb

Please sign in to comment.