From af9d69ada64a44504eea5bf741a5167e5d548ed3 Mon Sep 17 00:00:00 2001 From: Yao Tang Date: Tue, 18 Jul 2023 15:51:17 +0100 Subject: [PATCH] Add changelog entry --- pytket/docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pytket/docs/changelog.rst b/pytket/docs/changelog.rst index 0cae989682..300b31aab0 100644 --- a/pytket/docs/changelog.rst +++ b/pytket/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +Unreleased +---------- + +Minor new features: + +* Add circuit method ``depth_by_2q_gates`` + + 1.17.1 (July 2023) ------------------