From 98dee71ccf2e422abb1bc5e9783a90fdac4a5f5b Mon Sep 17 00:00:00 2001 From: albi3ro Date: Thu, 20 Jun 2024 15:51:50 -0400 Subject: [PATCH] changelog --- doc/releases/changelog-dev.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/releases/changelog-dev.md b/doc/releases/changelog-dev.md index eb52d55607d..5b292f9de9e 100644 --- a/doc/releases/changelog-dev.md +++ b/doc/releases/changelog-dev.md @@ -277,6 +277,7 @@ [(#5708)](https://github.com/PennyLaneAI/pennylane/pull/5708) [(#5523)](https://github.com/PennyLaneAI/pennylane/pull/5523) [(#5686)](https://github.com/PennyLaneAI/pennylane/pull/5686) + [(#5889)](https://github.com/PennyLaneAI/pennylane/pull/5889) * The `decompose` transform has an `error` kwarg to specify the type of error that should be raised, allowing error types to be more consistent with the context the `decompose` function is used in.