diff --git a/index.html b/index.html
index 7104a23..8020aae 100644
--- a/index.html
+++ b/index.html
@@ -6471,6 +6471,14 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
Release notes
+ 04.2014 --
+
+ - Bring back the wallet details to decrypt Bip38 encoded wallet.
+ - Add a button to skip the seeding. Don't skip if you intend to use the generated wallet !
+ - Fix a display bug for a Bip38 encoded paper wallet.
+
+
+
04.2014 --
- Add support for Blackcoin and Primecoin
diff --git a/src/index.html b/src/index.html
index 52e9f35..16986a9 100644
--- a/src/index.html
+++ b/src/index.html
@@ -514,6 +514,14 @@
Release notes
+ 04.2014 --
+
+ - Bring back the wallet details to decrypt Bip38 encoded wallet.
+ - Add a button to skip the seeding. Don't skip if you intend to use the generated wallet !
+ - Fix a display bug for a Bip38 encoded paper wallet.
+
+
+
04.2014 --
- Add support for Blackcoin and Primecoin