From 815ba28c4c9b636f99e3b6e9fdc7b880c514db92 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Mon, 9 Nov 2015 16:00:02 +0200 Subject: [PATCH] Add the xmlns-related breaking changes to the changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb57d8e69..fe3caa90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ Cross Platform Modules Changelog ============================== +##1.5.0 (2015, November ??) + +### Breaking changes +- The XML namespace (xmlns) of the validator XSD schema changed from + `xmlns="http://www.nativescript.org/tns.xsd"` to + `xmlns="http://schemas.nativescript.org/tns.xsd"`. + For convenience, the file can now get downloaded via the [same URL](http://schemas.nativescript.org/tns.xsd). + ##1.4.0 (2015, October 12) ### Fixed