diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-09-03 05:15:24 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-09-03 05:15:24 +0800 |
commit | 068bd7d40ac4f697c64b8e7f4045c42e31c94325 (patch) | |
tree | 391bcdef9f18a25198ba9a32d6f8efeb30119073 /CHANGELOG.md | |
parent | f9f821e72650046466b9c1f0694a1cdb0c1e637c (diff) | |
parent | bdc7fd7c6f37f2e8a1d8a9f100115962b3fb0e01 (diff) | |
download | tangerine-wallet-browser-068bd7d40ac4f697c64b8e7f4045c42e31c94325.tar tangerine-wallet-browser-068bd7d40ac4f697c64b8e7f4045c42e31c94325.tar.gz tangerine-wallet-browser-068bd7d40ac4f697c64b8e7f4045c42e31c94325.tar.bz2 tangerine-wallet-browser-068bd7d40ac4f697c64b8e7f4045c42e31c94325.tar.lz tangerine-wallet-browser-068bd7d40ac4f697c64b8e7f4045c42e31c94325.tar.xz tangerine-wallet-browser-068bd7d40ac4f697c64b8e7f4045c42e31c94325.tar.zst tangerine-wallet-browser-068bd7d40ac4f697c64b8e7f4045c42e31c94325.zip |
Merge branch 'master' into livereload
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f414e0fd..5cc22af4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## Current Master +## 2.10.1 2016-09-02 + - Fix bug where provider menu did not allow switching to custom network from a custom network. - Sending a transaction from within MetaMask no longer triggers a popup. - The ability to build without livereload features (such as for production) can be enabled with the gulp --disableLiveReload flag. +- Fix Ethereum JSON RPC Filters bug. ## 2.10.0 2016-08-29 |