Add release notes
This commit is contained in:
parent
ad99f4e1d1
commit
67b5ffec82
2 changed files with 26 additions and 0 deletions
13
index.html
13
index.html
|
@ -6385,6 +6385,19 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
|||
<div id="donatelist"></div>
|
||||
<div id="donateqrcode"></div>
|
||||
<div id="donateinfo"></div>
|
||||
<div id="changelog">
|
||||
<hr/>
|
||||
<h3>Release notes</h3>
|
||||
<p>
|
||||
04.2014 --
|
||||
<ul>
|
||||
<li>Multi-currency support with 13 different currencies</li>
|
||||
<li>Original design for the paper wallet</li>
|
||||
<li>Improved design of the website</li>
|
||||
<li>Security checklist and more user-friendly explanations</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -461,6 +461,19 @@
|
|||
<div id="donatelist"></div>
|
||||
<div id="donateqrcode"></div>
|
||||
<div id="donateinfo"></div>
|
||||
<div id="changelog">
|
||||
<hr/>
|
||||
<h3>Release notes</h3>
|
||||
<p>
|
||||
04.2014 --
|
||||
<ul>
|
||||
<li>Multi-currency support with 13 different currencies</li>
|
||||
<li>Original design for the paper wallet</li>
|
||||
<li>Improved design of the website</li>
|
||||
<li>Security checklist and more user-friendly explanations</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue