aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/xmldom/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'cordova/node_modules/xmldom/changelog')
-rwxr-xr-xcordova/node_modules/xmldom/changelog14
1 files changed, 0 insertions, 14 deletions
diff --git a/cordova/node_modules/xmldom/changelog b/cordova/node_modules/xmldom/changelog
deleted file mode 100755
index ab815bb..0000000
--- a/cordova/node_modules/xmldom/changelog
+++ /dev/null
@@ -1,14 +0,0 @@
-### Version 0.1.16
-
-Sat May 4 14:58:03 UTC 2013
-
- * Correctly handle multibyte Unicode greater than two byts. #57. #56.
- * Initial unit testing and test coverage. #53. #46. #19.
- * Create Bower `component.json` #52.
-
-### Version 0.1.8
-
- * Add: some test case from node-o3-xml(excludes xpath support)
- * Fix: remove existed attribute before setting (bug introduced in v0.1.5)
- * Fix: index direct access for childNodes and any NodeList collection(not w3c standard)
- * Fix: remove last child bug