From dc9fd7b8c4941fcf66b229be50e82832f13a9d79 Mon Sep 17 00:00:00 2001 From: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Date: Fri, 22 May 2026 19:55:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a6d201d1..6312fb8d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning], with the exception that minor rel ### Added -- 🚸 Add `debug`, `release`, `coverage`, and `lint` [CMake presets] ([#1660]) ([**@denialhaag**]) +- 🚸 Add [CMake presets] to provide a standardized and reproducible way to configure builds ([#1660]) ([**@denialhaag**]) - ✨ Add a `quantum-loop-unroll` pass for unrolling for-loop operations containing quantum operations ([#1718]) ([**@MatthiasReumann**]) - ✨ Add a `hadamard-lifting` pass for lifting Hadamard gates above Pauli gates ([#1605]) ([**@lirem101**], [**@burgholzer**]) - ✨ Add a `merge-single-qubit-rotation-gates` pass for merging consecutive rotation gates using quaternions ([#1407], [#1674]) ([**@J4MMlE**], [**@denialhaag**], [**@MatthiasReumann**]) @@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning], with the exception that minor rel ### Changed +- ⬆️ Update [munich-quantum-toolkit/workflows] to version `v2.0.1` ([#1660], [#1737]) ([**@denialhaag**]) - ⬆️ Require LLVM 22.1 for C++ library builds ([#1549]) ([**@burgholzer**], [**@denialhaag**]) - 📦 Build MLIR by default for C++ library builds ([#1356]) ([**@burgholzer**], [**@denialhaag**]) @@ -401,6 +402,7 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool +[#1737]: https://github.com/munich-quantum-toolkit/core/pull/1737 [#1720]: https://github.com/munich-quantum-toolkit/core/pull/1720 [#1719]: https://github.com/munich-quantum-toolkit/core/pull/1719 [#1718]: https://github.com/munich-quantum-toolkit/core/pull/1718 @@ -654,3 +656,4 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool [PEP 639]: https://peps.python.org/pep-0639/ [PEP 735]: https://peps.python.org/pep-0735/ [CMake presets]: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html +[munich-quantum-toolkit/workflows]: https://github.com/munich-quantum-toolkit/workflows