You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,22 @@
6
6
7
7
# Changelog
8
8
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))
0 commit comments