From 15d96ca835a556c7f4161873f0884096637ad483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Wed, 26 Sep 2018 19:27:47 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d92b95f..5c6810a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `a.click()` since there are new and depricated event constructors that works differently ([#382]) - opens up a new popup (tab) directly for the fallback method since the FileReader is async - removed the explicitly MSIE [1-9] check +- Uses new anchor link for each save (might solve multiple download problems) [#382]: https://github.com/eligrey/FileSaver.js/issues/382 [#449]: https://github.com/eligrey/FileSaver.js/issues/449