Skip to content

Commit

Permalink
Add release notes for 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 4, 2025
1 parent 4f9c7e8 commit c4625fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@

# Changelog

## 0.32.0 (2025-02-04)

### New features

- More configuration options, such as `PIKA_THREADS`, `PIKA_BIND`, and `PIKA_IGNORE_PROCESS_MASK`, are now exposed as environment variables. ([#1380](https://github.com/pika-org/pika/pull/1380), [#1387](https://github.com/pika-org/pika/pull/1387))

### Breaking changes

- The `start`, `connect`, and `get_env` CPOs now use member functions instead of `tag_invoke` to better align with P2300. ([#1392](https://github.com/pika-org/pika/pull/1392), [#1393](https://github.com/pika-org/pika/pull/1393), [#1394](https://github.com/pika-org/pika/pull/1394))
- Official support for GCC 9, 10, and CUDA 11 has been removed. Use of these versions is not disallowed but no attempt will be made to fix issues for them. ([#1397](https://github.com/pika-org/pika/pull/1397))

### Bugfixes

- Together with the sender CPO changes, further changes have been made to reduce debug symbol bloat in sender implementations. ([#1390](https://github.com/pika-org/pika/pull/1390), [#1395](https://github.com/pika-org/pika/pull/1395))

## 0.31.0 (2024-12-18)

### New features
Expand Down

0 comments on commit c4625fb

Please sign in to comment.