From 9c546f0ed448ec9f17d9b676119fa98d66217f6a Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 3 Feb 2023 13:56:27 -0800 Subject: [PATCH] update release notes --- documentation/releasenotes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/releasenotes.rst b/documentation/releasenotes.rst index f9a4cbb31..55a834339 100644 --- a/documentation/releasenotes.rst +++ b/documentation/releasenotes.rst @@ -6,6 +6,11 @@ Release Notes 1.1.3 (UNRELEASED) ------------------ +* Fix `pvxs::Value::nmembers` which erroneously returned ``0`` for ``StructA`` and ``UnionA``. +* Fix `pvxs::Value::unmark` where ``parent=true`` caused corruption. +* Change to "magic" automatic ``Union`` member selection during assignment. +* Fix `pvxs::shared_array::convertTo`` converting ``Float64`` to ``Float32`` caused corruption. + 1.1.2 (Feb 2023) ----------------