Skip to content

Commit 5454e7b

Browse files
authored
Merge pull request #1438 from msimberg/0.34.0-release-notes
Add release notes for 0.34.0
2 parents 171f756 + 5743c21 commit 5454e7b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66

77
# Changelog
88

9+
## 0.34.0 (2025-06-11)
10+
11+
### New features
12+
13+
- The `transform_mpi` sender adaptor has been simplified internally to reduce debug bloat. ([#1433](https://github.com/pika-org/pika/pull/1433))
14+
15+
### Breaking changes
16+
17+
- The `set_error` and `set_stopped` CPOs now use member functions instead of `tag_invoke` to better align with `std::execution`. ([#1369](https://github.com/pika-org/pika/pull/1369), [#1434](https://github.com/pika-org/pika/pull/1434))
18+
19+
### Bugfixes
20+
21+
- Compilation with APEX and MPI enabled at the same time has been fixed. ([#1424](https://github.com/pika-org/pika/pull/1424))
22+
- Compilation with Boost 1.88 has been fixed. ([#1428](https://github.com/pika-org/pika/pull/1428))
23+
- Removed unnecessary `-Wl,-z,-defs` flags that were exposed to consumers of pika. ([#1431](https://github.com/pika-org/pika/pull/1431))
24+
925
## 0.33.0 (2025-04-02)
1026

1127
### New features

0 commit comments

Comments
 (0)