Python: add change-note

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-20 12:53:37 +01:00
parent 07c88dc0be
commit 7749b8e60e

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- We would previously confuse all captured variables into a single scope entry node. Now they each get their own node so they can be tracked properly.