From 6b2f0918e3d117ca9a4b95fbed52cdc5a9160b19 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 12 Oct 2022 10:25:52 -0700 Subject: [PATCH] doc --- documentation/releasenotes.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/documentation/releasenotes.rst b/documentation/releasenotes.rst index b74c75f..ca06697 100644 --- a/documentation/releasenotes.rst +++ b/documentation/releasenotes.rst @@ -3,9 +3,22 @@ Release Notes ============= -1.0.0 (UNRELEASED) +1.0.1 (UNRELEASED) ------------------ +* Fix c++17 compilation issue +* Allow TypeDef to append StructA and UnionA +* Reduce "non-existent IOID" noise +* Fix CMD_MESSAGE handling +* Fix locking of client monitor during pop() +* Calculate buffer sizes in terms of OS socket buffer limit +* Fix low water mark calculation +* Fix Timer ownership (expert API) +* Avoid ``assert()`` when client asked to search for PV names longer than 1400 bytes. + +1.0.0 (Sept 2022) +----------------- + * Add `pvxs::client::ConnectBuilder::server` * Add hold-off timer when reconnecting to a specific server. * Fix missing closing quote when printing a ``String`` in tree format.