From dcbf17af2d547ce676178bf78328d5c01135e31a Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 29 Apr 2016 17:57:07 -0700 Subject: Clarified user value for UMD fix on changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') 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. -- cgit