From b796e069a9ea6a32db683267b374a1af59d924ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Wed, 26 Sep 2018 17:12:48 +0200 Subject: [PATCH] reference another issue --- changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index aab497f..d92b95f 100644 --- a/changelog.md +++ b/changelog.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0-rc.2] - 2018-09-26 - Added a changelog.md -- Reverted `a.click()` to use dispatch with a try-catch ([#382]) +- Reverted `a.click()` to use dispatch with a try-catch ([#465], [#382]) - Made third argument to an object where you have to pass `{ autoBom: true }` - boolean are depricated but still works @@ -36,3 +36,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#294]: https://github.com/eligrey/FileSaver.js/issues/294 [#432]: https://github.com/eligrey/FileSaver.js/issues/432 [#382]: https://github.com/eligrey/FileSaver.js/issues/382 + [#465]: https://github.com/eligrey/FileSaver.js/issues/465 +