Python: Add change note for CFG pruning fix

... And also bump the extractor version.
This commit is contained in:
Taus
2024-11-26 15:39:15 +00:00
parent 36acfeb305
commit d779ae5c3e
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- Fixed a problem with the control-flow graph construction, where writing `case True:` or `case False:` would cause parts of the graph to be pruned by mistake.