From d3fb4e088a3da908db3210bed620b4d4ca8da6db Mon Sep 17 00:00:00 2001 From: pkoleva Date: Wed, 3 May 2017 16:03:04 +0300 Subject: [PATCH] Updated changelog for 3.0.0 release Added change log items for 3.0.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a7beeab..853bd77db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +3.0.0 +== + +## What's New + + - [Chrome DevTools Network Domain (#715)](https://github.com/NativeScript/android-runtime/issues/715) + - [Chrome DevTools Scope Tab (#713)](https://github.com/NativeScript/android-runtime/issues/713) + - [Enabling java source code or direct dex generation #663)](https://github.com/NativeScript/android-runtime/issues/663) + - [Improve Gradle incremental build (#562)](https://github.com/NativeScript/android-runtime/issues/562) + + +## Bug Fixes + + - [Javascript array not marshalling to Java long[] properly (#696)](https://github.com/NativeScript/android-runtime/issues/696) + 2.5.0-RC ==