aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2017-12-10 09:24:33 +0800
committerGitHub <noreply@github.com>2017-12-10 09:24:33 +0800
commitc12886a3d500d1570bc7328fd6432a3d741a1028 (patch)
tree60c057b2e901347ac20d2b5030bbbbc81b2864bc /CHANGELOG.md
parentd39eb370423e2a2cdd41c47b92796c0d4c829b3b (diff)
parent1ebd5140aaa3dfe98668fad3893834653c5f7109 (diff)
downloadtangerine-wallet-browser-c12886a3d500d1570bc7328fd6432a3d741a1028.tar.gz
tangerine-wallet-browser-c12886a3d500d1570bc7328fd6432a3d741a1028.tar.zst
tangerine-wallet-browser-c12886a3d500d1570bc7328fd6432a3d741a1028.zip
Merge pull request #2718 from MetaMask/ReducePollingInterval
Reduce polling interval
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea7e1cc8d..8e35e8775 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## Current Master
+## 3.13.2 2017-12-9
+
+- Reduce new block polling interval to 8000 ms, to ease server load.
+
## 3.13.1 2017-12-7
- Allow Dapps to specify a transaction nonce, allowing dapps to propose resubmit and force-cancel transactions.