Skip to content

Commit 8a7a4f7

Browse files
update changelog
1 parent 2a9ffaa commit 8a7a4f7

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

doc/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
ChangeLog
22
=========
33

4+
unreleased: Version 0.17.0
5+
--------------------------
6+
7+
New features:
8+
9+
- Add support for Python 3.14 PR #166
10+
11+
Support for Python 3.14, comes with a number of changes reflecting changes in
12+
CPython bytecode itself:
13+
14+
- introduced an enum for BINARY_OP argument which now supports subscribe.
15+
When disassembling the enum is always used, when creating bytecode from
16+
scratch integer values are coerced into the right enum member.
17+
- support BUILD_TEMPLATE, BUILD_INTERPOLATION, LOAD_SMALL_INT, LOAD_FAST_BORROW
18+
and LOAD_FAST_BORROW_LOAD_FAST_BORROW
19+
- LOAD_COMMON_CONSTANT, LOAD_SPECIAL whose argument is described using dedicated
20+
enums CommonConstant, SpecialMethod
21+
- CONVERT_VALUE (FORMAT_VALUE in Python < 3.13) now use the FormatValue enum.
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+
426
2025-04-14: Version 0.16.2
527
--------------------------
628

0 commit comments

Comments
 (0)