We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b96d90 commit c5d1c21Copy full SHA for c5d1c21
docs/changes/0.50.1.rst
@@ -0,0 +1,8 @@
1
+QCoDeS 0.50.1 (2024-11-28)
2
+==========================
3
+
4
+Improved:
5
+---------
6
7
+- Fix a regression introduced in 0.50.0 where a DelegateParameter initialized with a None source
8
+ would not correctly call get/set on the source parameter when this has been set. (:pr:`6671`)
docs/changes/index.rst
@@ -3,6 +3,7 @@ Changelogs
.. toctree::
Unreleased <unreleased>
+ 0.50.1 <0.50.1>
0.50.0 <0.50.0>
0.49.0 <0.49.0>
9
0.48.0 <0.48.0>
docs/changes/newsfragments/6671.improved
0 commit comments