From dbb86d0cd1dedbf0e8b31a6475e4c8fa3dc32b65 Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Fri, 16 Nov 2012 00:32:45 +0100 Subject: [PATCH] Updated docs to reflect release 0.2.x --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 23ada2e1..25916c85 100644 --- a/README.md +++ b/README.md @@ -138,14 +138,12 @@ value})``. Possible options are: (the first character is the same as attrkey) that contains its local name and namespace URI. -These default settings are for backward-compatibility. These are scheduled to -change to a more 'clean' way of parsing in version 0.2. - Updating to new version ======================= -As version 0.2 will change the default parsing settings version 0.1.14 -introduced the default settings for version 0.2. +Version 0.2 changed the default parsing settings, but version 0.1.14 introduced +the default settings for version 0.2, so these settings can be tried before the +migration. ```javascript var xml2js = require('xml2js');