Merge branch 'master' into filter-leak-fix3

feature/default_network_editable
kumavis 7 years ago committed by GitHub
commit c634ca3ba4
  1. 1
      CHANGELOG.md
  2. 2
      ui/app/info.js

@ -6,6 +6,7 @@
- Add ability to export seed words as a file.
- Changed state logs to a file download than a clipboard copy.
- Fixed a long standing memory leak associated with filters installed by dapps
- Fix link to support center.
## 3.10.0 2017-9-11

@ -103,7 +103,7 @@ InfoScreen.prototype.render = function () {
[
h('div.fa.fa-support', [
h('a.info', {
href: 'https://support.metamask.com',
href: 'https://support.metamask.io',
target: '_blank',
}, 'Visit our Support Center'),
]),

Loading…
Cancel
Save