From 795940c2248871724d6cf190e586e8a9490a6209 Mon Sep 17 00:00:00 2001 From: dtopuzov Date: Tue, 20 Feb 2018 16:39:37 +0200 Subject: [PATCH] chore: 3.4.1 changelog (#5444) Add changelog for 3.4.1 release. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ac64ca4..5aaff8097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Cross Platform Modules Changelog ============================== +## 3.4.1 (2018, February 20) + +### New +- [(# 5337)](https://github.com/NativeScript/NativeScript/pull/5337) Support intent replacement in the android activity +- [(# 5344))](https://github.com/NativeScript/NativeScript/pull/5344) (iOS) Fire onDisplayed event when first frame is ready to be displayed + ## 3.4.0 (2017, December 20) ## Fixed