diff --git a/CHANGELOG.md b/CHANGELOG.md index 781749ce76..85eac0efb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ NativeScript CLI Changelog 1.3.0 (2015, September 16) == +### Breaking + +`library add` command is deprecated and will be removed completely in one of our next releases (currently scheduled for 1.5). +You cannot create NativeScript plugins with Android native code using Eclipse projects. You need to import your Eclipse project into Android Studio, convert it to Gradle build and consume the produced AAR file. +You cannot use Apache Ant to create new projects for Android but you can continue build your existing Ant-based projects. Starting with NativeScript 1.3, Android builds require Gradle. Run `tns doctor` on the command line to learn more. +Building NativeScript projects for Android requires Android SDK 22, Android SDK Build-tools 22, Android Support Repository and ANDROID_HOME environment variable set. Run `android` to configure Android SDK. + ### New * [Implemented #390](https://github.com/NativeScript/nativescript-cli/issues/390): Support tns_modules from npm. * [Implemented #686](https://github.com/NativeScript/nativescript-cli/issues/686): Support building of XCode workspaces.