diff --git a/doc/release-notes/release-notes-2.1.2-1.md b/doc/release-notes/release-notes-2.1.2-1.md index 58869f92a..db272faff 100644 --- a/doc/release-notes/release-notes-2.1.2-1.md +++ b/doc/release-notes/release-notes-2.1.2-1.md @@ -1,3 +1,11 @@ +Notable changes +=============== + +This release fixes two issues that were identified by the Heartwood activation on testnet. + +* v2.1.2 nodes that followed the Heartwood activation on testnet would crash on restart if, prior to shutdown, they had received a block from a miner that had not activated Heartwood, which is very likely. This release fixes that crash. +* Nodes that had not followed the Heartwood activation on testnet (by running a version prior to v2.1.2) but then tried to upgrade to v2.1.2 would have difficulty rolling back. In this release we have ensured that nodes will now roll back if necessary to follow the Heartwood activation on testnet. + Changelog =========