We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06df583 commit 0b800c1Copy full SHA for 0b800c1
1 file changed
doc/changelog.rst
@@ -1,7 +1,7 @@
1
ChangeLog
2
=========
3
4
-unreleased: Version 0.17.0
+03-09-2025: Version 0.17.0
5
--------------------------
6
7
New features:
@@ -22,6 +22,10 @@ New features:
22
When disassembling the enum is always used, when creating bytecode from
23
scratch integer values are coerced into the right enum member.
24
25
+Bugfixes:
26
+
27
+- properly set the next_block attribute of the new block created by
28
+ ControlFlowGraph.split_block. PR #170
29
30
2025-04-14: Version 0.16.2
31
0 commit comments