From c82e154bcf9434ca21f8735868b5faff305efb33 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Fri, 29 Jul 2022 18:27:13 -0500 Subject: [PATCH] Adding closed tickets --- docs/sphinx/releases/whats_new_1_8_1.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sphinx/releases/whats_new_1_8_1.rst b/docs/sphinx/releases/whats_new_1_8_1.rst index cc98f420e73e..453266d2b545 100644 --- a/docs/sphinx/releases/whats_new_1_8_1.rst +++ b/docs/sphinx/releases/whats_new_1_8_1.rst @@ -50,6 +50,7 @@ Breaking changes Closed issues ============= +* :hpx-issue:`5964` - component with multiple inheritance * :hpx-issue:`5946` - dll_dlopen.hpp: error: RTLD_DI_ORIGIN was not declared in this scope with musl libc * :hpx-issue:`5925` - Simplify implementation of execution policies * :hpx-issue:`5924` - {what}: mmap() failed to allocate thread stack: HPX(unhandled_exception) @@ -66,6 +67,7 @@ Closed issues Closed pull requests ==================== +* :hpx-pr:`5970` - Fixing component multiple inheritance * :hpx-pr:`5969` - Fixing sync_wait to avoid dangling references * :hpx-pr:`5963` - Fixing sync_wait to decay the result types * :hpx-pr:`5960` - docs: added name to documentation contributors list