Skip to content

Commit e4d7980

Browse files
committed
add changelog entry
1 parent c7234a7 commit e4d7980

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ unreleased: Version 0.18.0
88
- Replace string literal type annotations with postponed evaluation using
99
``from __future__ import annotations`` PR #191
1010

11+
Breaking changes:
12+
13+
- ``BasicBlock``, ``Bytecode``, and ``ConcreteBytecode`` now validate inserted
14+
instructions at insertion time (``append``, ``extend``, ``insert``,
15+
``__setitem__``) rather than during iteration. Code that relied on catching
16+
``ValueError`` from ``list(block)`` or ``for instr in block:`` must wrap the
17+
insertion call instead. PR #199
18+
1119
Bugfixes:
1220

1321
- Fix handling of END_ASYNC_FOR which is a backward jump PR #179

0 commit comments

Comments
 (0)