From 4a018e852d1c2105e7109440a35a598cdd5aae3f Mon Sep 17 00:00:00 2001 From: "tiffany.duneau" Date: Tue, 3 Sep 2024 09:37:30 +0100 Subject: [PATCH] circuit-display: changelog --- pytket/docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytket/docs/changelog.rst b/pytket/docs/changelog.rst index d8ff307da7..3bd1baeaca 100644 --- a/pytket/docs/changelog.rst +++ b/pytket/docs/changelog.rst @@ -15,6 +15,8 @@ Features: * Fix symbol substitution for classical operations. * Fix incorrect QASM conversion of conditional multi-line ops. * Fix incorrect order of `lower` and `upper` properties of `RangePredicateOp`. +* Add support for rendering multiple circuits at once. +* Add option to save circuit renderer options to pytket config. 1.31.1 (August 2024)