Bitcoin Core: 0.12.0 release notes

This commit is contained in:
David A. Harding 2016-02-18 14:44:21 -05:00
parent 8f6dfb338e
commit c3b2300fe3
2 changed files with 921 additions and 3 deletions

View file

@ -92,9 +92,7 @@ breadcrumbs:
{% endcapture %}
{% assign array_releases = text_releases | strip_newlines | split: '::' %}
- 2016-01-09 - [New Bitcoin Core website](https://bitcoincore.org)
- 2016-01-07 - [Project Statement](/en/bitcoin-core/2016-01-07-statement)
- 2015-12-21 - Capacity increases for the Bitcoin system: [Statement](/en/bitcoin-core/capacity-increases) & [FAQ](/en/bitcoin-core/capacity-increases-faq)
- [New Bitcoin Core website](https://bitcoincore.org)
{% comment %}<!-- show the latest three releases -->{% endcomment %}
{% for release in array_releases %}
{% if forloop.index <= 3 %}