From 08ea95e3c7914745a7ef101dfd082bb59874a877 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 2 Nov 2018 13:39:53 +0100 Subject: [PATCH] Changelog entries --- doc/news/changes/incompatibilities/20181102DanielArndt | 5 +++++ doc/news/changes/minor/20181102DanielArndt | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20181102DanielArndt create mode 100644 doc/news/changes/minor/20181102DanielArndt diff --git a/doc/news/changes/incompatibilities/20181102DanielArndt b/doc/news/changes/incompatibilities/20181102DanielArndt new file mode 100644 index 0000000000..f4a6992221 --- /dev/null +++ b/doc/news/changes/incompatibilities/20181102DanielArndt @@ -0,0 +1,5 @@ +Changed: The constructor for Subscriptor requires providing a pointer to a boolean +that can be used to signal validity of the object pointed to by the subscribing +object. +
+(Daniel Arndt, 2018/11/02) diff --git a/doc/news/changes/minor/20181102DanielArndt b/doc/news/changes/minor/20181102DanielArndt new file mode 100644 index 0000000000..5e15b9007f --- /dev/null +++ b/doc/news/changes/minor/20181102DanielArndt @@ -0,0 +1,6 @@ +Changed: The class Subscriptor and SmartPointer check for dangling pointers and +use-after-move. The destructor of Subscriptor doesn't signal an error when there +is still an object subscribed to it. Instead, validity is checked when +dereferencing the SmartPointer object. +
+(Daniel Arndt, 2018/11/02) -- 2.39.5