From 81165dda5718b081f54660b514e1506e077e0ae2 Mon Sep 17 00:00:00 2001 From: Vincent Michaud-Rioux Date: Tue, 9 Jul 2024 20:20:46 +0000 Subject: [PATCH] Update changelog. --- .github/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index bbca7e9649..9932cfe5a0 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -9,6 +9,9 @@ ### Improvements +* Enable setting the PennyLane version when invoking, for example, `make docker-build version=master pl_version=master`. + [(#791)](https://github.com/PennyLaneAI/pennylane-lightning/pull/791) + * Add a Catalyst-specific wrapping class for Lightning Kokkos. [(#770)](https://github.com/PennyLaneAI/pennylane-lightning/pull/770) @@ -16,6 +19,9 @@ ### Bug fixes +* Set `PL_BACKEND` for the entire `build-wheel-lightning-gpu` Docker-build stage to properly build the Lightning-GPU wheel. + [(#791)](https://github.com/PennyLaneAI/pennylane-lightning/pull/791) + * Fix conditions for skipping build & push steps in the Docker build workflows. [(#790)](https://github.com/PennyLaneAI/pennylane-lightning/pull/790)