diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-25 13:31:11 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-25 13:31:22 +0200 |
| commit | c4e8390047a1ba14e32ac4f3e3ac425eb5824f21 (patch) | |
| tree | ebb2e63eba4a581379d37875acee16efd0a9e399 /doc/release-notes.md | |
| parent | Merge #7927: Minor changes to dbwrapper to simplify support for other databases (diff) | |
| parent | [contrib] Remove reference to sf and add doc to verify.sh (diff) | |
| download | discoin-c4e8390047a1ba14e32ac4f3e3ac425eb5824f21.tar.xz discoin-c4e8390047a1ba14e32ac4f3e3ac425eb5824f21.zip | |
Merge #7881: Update release process
f154470 [contrib] Remove reference to sf and add doc to verify.sh (MarcoFalke)
182bec4 contrib: remove hardcoded version from verify.sh (Wladimir J. van der Laan)
c907f4d doc: Update release process (Wladimir J. van der Laan)
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 73ad13e72..7a673cc35 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,6 +1,21 @@ (note: this is a temporary file, to be added-to by anybody, and moved to release-notes at release time) +Bitcoin Core version *version* is now available from: + + <https://bitcoin.org/bin/bitcoin-core-*version*/> + +This is a new major version release, including new features, various bugfixes +and performance improvements, as well as updated translations. + +Please report bugs using the issue tracker at github: + + <https://github.com/bitcoin/bitcoin/issues> + +To receive security and update notifications, please subscribe to: + + <https://bitcoincore.org/en/list/announcements/join/> + Notable changes =============== |