From 975bc200d3d2d5cf7490dcb573f1dce31b18d896 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 3 Mar 2021 18:52:07 +0100 Subject: [PATCH] chore: Update changelog for 2.4.7 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dddec36fe..8ef03b03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.4.7](https://github.com/ionic-team/capacitor/compare/2.4.6...2.4.7) (2021-03-03) + + +### Bug Fixes + +* fix(android): live reload not working when using adb reverse (#4141) ([9d7bf79](https://github.com/ionic-team/capacitor/commit/9d7bf79)), closes [#4141](https://github.com/ionic-team/capacitor/issues/4141) +* fix(android): Reject on FS permission prompt cancelation (#4185) ([d6991cb](https://github.com/ionic-team/capacitor/commit/d6991cb)), closes [#4185](https://github.com/ionic-team/capacitor/issues/4185) + + + ## [2.4.6](https://github.com/ionic-team/capacitor/compare/2.4.5...2.4.6) (2021-01-13)