diff options
author | kumavis <aaron@kumavis.me> | 2017-09-14 06:26:00 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-09-14 06:26:00 +0800 |
commit | 6ba448edaf64d1122ab0b5c8af21f9806164c309 (patch) | |
tree | eacdb27823684ac540c61e55b178693b72153af6 | |
parent | 765ef640610584a3fdd7fa0ef716f6c7a553407c (diff) | |
download | dexon-wallet-6ba448edaf64d1122ab0b5c8af21f9806164c309.tar.gz dexon-wallet-6ba448edaf64d1122ab0b5c8af21f9806164c309.tar.zst dexon-wallet-6ba448edaf64d1122ab0b5c8af21f9806164c309.zip |
changelog - add note of filter memory leak fix
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 89eaefa7..e3cf3505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Add ability to export private keys as a file. - 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 ## 3.10.0 2017-9-11 |