Skip to content

Commit 8915f88

Browse files
committed
Compile release notes
1 parent bfdf695 commit 8915f88

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

docs/release_notes.rst

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ Release notes
33

44
.. towncrier release notes start
55
6+
py-evm 0.3.0-alpha.11 (2019-12-12)
7+
----------------------------------
8+
9+
Bugfixes
10+
~~~~~~~~
11+
12+
- When double-deleting a storage slot, got ``KeyError: (b'\x03', 'key could not be deleted in
13+
JournalDB, because it was missing')``. This was fallout from `#1893
14+
<https://github.com/ethereum/py-evm/pull/1893>`_ (`#1898 <https://github.com/ethereum/py-evm/issues/1898>`__)
15+
16+
17+
Performance improvements
18+
~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
- Improve performance when importing a header which is a child of the current canonical
21+
chain tip. (`#1891 <https://github.com/ethereum/py-evm/issues/1891>`__)
22+
23+
624
py-evm 0.3.0-alpha.10 (2019-12-09)
725
----------------------------------
826

newsfragments/1891.performance.rst

-2
This file was deleted.

newsfragments/1898.bugfix.rst

-3
This file was deleted.

0 commit comments

Comments
 (0)