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