diff options
author | kumavis <kumavis@users.noreply.github.com> | 2016-04-30 06:43:39 +0800 |
---|---|---|
committer | kumavis <kumavis@users.noreply.github.com> | 2016-04-30 06:43:39 +0800 |
commit | 3a3444aad1493db512cfba7f8ba230b7eb12f14a (patch) | |
tree | b899fb557b8ae0b61cfa477a805e255d111fa424 /CHANGELOG.md | |
parent | 4fee97a6b01a47fa2879612b0638bfa952ebbd77 (diff) | |
parent | 62e4cc8e67d369d2d3fd4930201cd88db7a9b540 (diff) | |
download | tangerine-wallet-browser-3a3444aad1493db512cfba7f8ba230b7eb12f14a.tar tangerine-wallet-browser-3a3444aad1493db512cfba7f8ba230b7eb12f14a.tar.gz tangerine-wallet-browser-3a3444aad1493db512cfba7f8ba230b7eb12f14a.tar.bz2 tangerine-wallet-browser-3a3444aad1493db512cfba7f8ba230b7eb12f14a.tar.lz tangerine-wallet-browser-3a3444aad1493db512cfba7f8ba230b7eb12f14a.tar.xz tangerine-wallet-browser-3a3444aad1493db512cfba7f8ba230b7eb12f14a.tar.zst tangerine-wallet-browser-3a3444aad1493db512cfba7f8ba230b7eb12f14a.zip |
Merge pull request #164 from MetaMask/i126
inpage - add and remove 'define' from global context
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ba591dfa1..a2e9e1afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,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 # 1.6.0 2016-04-22 |