From 99abdedb87298ff4f5a921180c781570d8dbfef8 Mon Sep 17 00:00:00 2001 From: lillian542 <38584660+lillian542@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:16:50 -0400 Subject: [PATCH] Update changelog (#308) * add PR 305 to changelog * fix typo in changelog * Update CHANGELOG.md Co-authored-by: Matthew Silverman --------- Co-authored-by: Matthew Silverman --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27c66847..dc84ae36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,14 @@ ### Bug fixes +* The list of supported gates is replaced with `pennylane.ops._qubit__ops__` so that the `CZ` gate is included. + [(#305)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/305) + ### Contributors This release contains contributions from (in alphabetical order): +Frederik Wilde, Etienne Wodey (Alpine Quantum Technologies GmbH) ---