diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 9991a32ad2..5952c11341 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -5,6 +5,29 @@ Trinity is moving fast. Read up on all the latest improvements. .. towncrier release notes start +Trinity 0.1.0-alpha.30 (2019-11-13) +----------------------------------- + +Features +~~~~~~~~ + +- Upgrade to Py-EVM ``0.3.0a8`` adding the planned Istanbul block for mainnet. See all the + `other changes in the latest py-evm `_ (`#1255 `__) + + +Bugfixes +~~~~~~~~ + +- Fix JSON-RPC eth_syncing endpoint that was accidentally removed in v0.1.0-alpha.23 (`#765 `__) + + +Internal Changes - for Trinity Contributors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Refactor handling and code organization of pre-configured networks to make it easier to + add support for new networks. (`#1260 `__) + + Trinity 0.1.0-alpha.29 (2019-09-30) ----------------------------------- diff --git a/newsfragments/1255.feature.rst b/newsfragments/1255.feature.rst deleted file mode 100644 index 74cb2a32a7..0000000000 --- a/newsfragments/1255.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Upgrade to Py-EVM ``0.3.0a8`` adding the planned Istanbul block for mainnet. See all the -`other changes in the latest py-evm `_ \ No newline at end of file diff --git a/newsfragments/1260.internal.rst b/newsfragments/1260.internal.rst deleted file mode 100644 index eae38bdb29..0000000000 --- a/newsfragments/1260.internal.rst +++ /dev/null @@ -1,2 +0,0 @@ -Refactor handling and code organization of pre-configured networks to make it easier to -add support for new networks. \ No newline at end of file diff --git a/newsfragments/765.bugfix.rst b/newsfragments/765.bugfix.rst deleted file mode 100644 index fb119886b5..0000000000 --- a/newsfragments/765.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix JSON-RPC eth_syncing endpoint that was accidentally removed in v0.1.0-alpha.23