diff --git a/index.html b/index.html
index 2c431af..e62d115 100644
--- a/index.html
+++ b/index.html
@@ -10050,6 +10050,12 @@ Walletgenerator.net use the same security measures as the original project. All-
Release notes
+ 10.2014 --
+
+ - Add support for HTML5Coin, W2Coin, PandaCoin, ACoin, Fibre, and Titcoin.
+ - Remove support fo HTMLCoin
+
+
09.2014 --
- Add support for eKrona, Mazacoin, iXcoin, eGulden and Potcoin.
@@ -10341,7 +10347,7 @@ janin.currencies = [
janin.currency.createCurrency ("NameCoin", 0x34, 0x80, "5", "[LK]" , "NASxLK4nt5hgX9wQEny5qPPJ2q4uSGCvT9"),
janin.currency.createCurrency ("Novacoin", 0x08, 0x88, "5", "M" , "4EZMrEA5LnmwtcK5b2JfCq9k5YS4ZVZrtT"),
janin.currency.createCurrency ("Onyxcoin", 0x73, 0xf3, "9", "[cd]" , "odRRCGXooJvKs7cn7sax1bJv9EJwwEy94Z"),
- janin.currency.createCurrency ("Pandacoin", 0x37, 0xb7, "7", "U" , ""),
+ janin.currency.createCurrency ("Pandacoin", 0x37, 0xb7, "7", "U" , ""),
janin.currency.createCurrency ("PHCoin", 0x37, 0xb7, "7", "[LK]" , "P9e6c714JUHUfuBVHSS36eqaxGCN6X8nyU"),
janin.currency.createCurrency ("Peercoin", 0x37, 0xb7, "7", "[LK]" , "PSnwUwknbmqUU1GCcM1DNxcANqihpdt3tW"),
janin.currency.createCurrency ("Potcoin", 0x37, 0xb7, "7", "U" , "PQcMNuCdeooMcS5H3DGwxXnSE2kmyVMU39"),
diff --git a/src/index.html b/src/index.html
index 07a1415..ecba5be 100644
--- a/src/index.html
+++ b/src/index.html
@@ -515,6 +515,12 @@ Walletgenerator.net use the same security measures as the original project. All-
Release notes
+ 10.2014 --
+
+ - Add support for HTML5Coin, W2Coin, PandaCoin, ACoin, Fibre, and Titcoin.
+ - Remove support fo HTMLCoin
+
+
09.2014 --
- Add support for eKrona, Mazacoin, iXcoin, eGulden and Potcoin.