From 8a5e1faee8f356879ef81ea841949f27a8aa93ee Mon Sep 17 00:00:00 2001 From: Joshua Yabut Date: Sun, 27 Nov 2016 22:32:58 -0500 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eb32ffb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +### 20161127 + * Fixed payment processor crashes + * Fixed varDiff and set default to 0.125 + * Fixed merkleRoot issue with multiple transactions in each block + * Fixed incorrect hashrates + * Begin compatibility testing with Node 7+ + * Added t_address -> z_address -> t_address coin transfer function + +