From 60f6d2e52b90d33b43f5a5c282278d744abb3ed9 Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Thu, 27 Feb 2020 12:03:59 +0200 Subject: [PATCH] chore: release 6.4.2 (#8388) * release: cut the 6.4.2 release * chore: fix release notes --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f501bab6d..bc63e07bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [6.4.2](https://github.com/NativeScript/NativeScript/compare/6.4.1...6.4.2) (2020-02-27) + + +### Bug Fixes + +* **ios:** Ensure ObserverClass is initialized ([#8365](https://github.com/NativeScript/NativeScript/issues/8365)) ([06b9ecf](https://github.com/NativeScript/NativeScript/commit/06b9ecf)) +* **tabs:** delay loadView when animation runs ([#8353](https://github.com/NativeScript/NativeScript/issues/8353)) ([e649a6c](https://github.com/NativeScript/NativeScript/commit/e649a6c)) +* XHR readystatechange event ([cff125d](https://github.com/NativeScript/NativeScript/commit/cff125d)) +* guard cachedDrawable ([#8320](https://github.com/NativeScript/NativeScript/issues/8320)) ([dd11158](https://github.com/NativeScript/NativeScript/commit/dd11158)) + + +### Features + +* Add .kt extension to known extensions map ([#8363](https://github.com/NativeScript/NativeScript/issues/8363)) ([398457c](https://github.com/NativeScript/NativeScript/commit/398457c)) + + + ## 6.4.1 (2020-02-17)