Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit b15bc60

Browse files
committed
Compile release notes
1 parent e3ccf92 commit b15bc60

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

docs/release_notes.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ Release notes
33

44
.. towncrier release notes start
55
6+
py-evm 0.3.0-alpha.14 (2020-02-10)
7+
----------------------------------
8+
9+
Features
10+
~~~~~~~~
11+
12+
- Change return type for ``import_block`` from ``Tuple[BlockAPI, Tuple[BlockAPI, ...], Tuple[BlockAPI, ...]]`` to ``BlockImportResult`` (NamedTuple). (`#1910 <https://github.com/ethereum/py-evm/issues/1910>`__)
13+
14+
15+
Bugfixes
16+
~~~~~~~~
17+
18+
- Fixed a consensus-critical bug for contracts that are created and destroyed in the same block,
19+
especially pre-Byzantium. (`#1912 <https://github.com/ethereum/py-evm/issues/1912>`__)
20+
21+
22+
Internal Changes - for Contributors
23+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24+
25+
- Add explicit tests for ``validate_header`` (`#1911 <https://github.com/ethereum/py-evm/issues/1911>`__)
26+
27+
628
py-evm 0.3.0-alpha.13 (2020-01-13)
729
----------------------------------
830

newsfragments/1910.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/1911.internal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/1912.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)