diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-04-30 08:57:07 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-04-30 08:57:07 +0800 |
commit | dcbf17af2d547ce676178bf78328d5c01135e31a (patch) | |
tree | 33c758012deda34a5735bd755df0d13a7d3fbb27 | |
parent | fcab1618901a408e461ff96f600343a70d7d476e (diff) | |
download | tangerine-wallet-browser-dcbf17af2d547ce676178bf78328d5c01135e31a.tar tangerine-wallet-browser-dcbf17af2d547ce676178bf78328d5c01135e31a.tar.gz tangerine-wallet-browser-dcbf17af2d547ce676178bf78328d5c01135e31a.tar.bz2 tangerine-wallet-browser-dcbf17af2d547ce676178bf78328d5c01135e31a.tar.lz tangerine-wallet-browser-dcbf17af2d547ce676178bf78328d5c01135e31a.tar.xz tangerine-wallet-browser-dcbf17af2d547ce676178bf78328d5c01135e31a.tar.zst tangerine-wallet-browser-dcbf17af2d547ce676178bf78328d5c01135e31a.zip |
Clarified user value for UMD fix on changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9572862c6..ff551cf7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Selected account is now persisted between sessions, so the current account stays selected. - Account icons are now "identicons" (deterministically generated from the address). - Fixed link to Slack channel. -- Added a context guard for "define" to avoid UMD's exporting themselves to the wrong module system +- Added a context guard for "define" to avoid UMD's exporting themselves to the wrong module system, fixing interference with some websites. - Transaction list now only shows transactions for the current account. - Transaction list now only shows transactions for the current network (mainnet, testnet, testrpc). - Fixed transaction links to etherscan blockchain explorer. |