From 8887ecb9bd93f790859e25d7ece97dd15127e70a Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Tue, 31 Oct 2023 11:53:58 -0400 Subject: [PATCH] Tweak release note --- .../notes/qpdgate-serialization-710ce2fc6ab898e0.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/qpdgate-serialization-710ce2fc6ab898e0.yaml b/releasenotes/notes/qpdgate-serialization-710ce2fc6ab898e0.yaml index bf3cb0a3b..2e793b5b9 100644 --- a/releasenotes/notes/qpdgate-serialization-710ce2fc6ab898e0.yaml +++ b/releasenotes/notes/qpdgate-serialization-710ce2fc6ab898e0.yaml @@ -1,8 +1,8 @@ --- fixes: - | - It is now possible to serialize :class:`.SingleQubitQPDGate`, but - there are still some other issues that remain with serialization - and deserialization. See issue `#455 + It is now possible to serialize :class:`.SingleQubitQPDGate`\ s, + but some other issues with serialization and deserialization still + remain. See issue `#455 `__ for details.