aboutsummaryrefslogtreecommitdiff
path: root/node_modules/iconv-lite/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/iconv-lite/Changelog.md')
-rw-r--r--node_modules/iconv-lite/Changelog.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/iconv-lite/Changelog.md b/node_modules/iconv-lite/Changelog.md
index 7471505bb..6dcc346ba 100644
--- a/node_modules/iconv-lite/Changelog.md
+++ b/node_modules/iconv-lite/Changelog.md
@@ -1,4 +1,18 @@
+# 0.4.17 / 2017-04-22
+
+ * Updated typescript definition file to support Angular 2 AoT mode (#153 by @larssn)
+
+
+# 0.4.16 / 2017-04-22
+
+ * Added support for React Native (#150)
+ * Changed iso8859-1 encoding to usine internal 'binary' encoding, as it's the same thing (#147 by @mscdex)
+ * Fixed typo in Readme (#138 by @jiangzhuo)
+ * Fixed build for Node v6.10+ by making correct version comparison
+ * Added a warning if iconv-lite is loaded not as utf-8 (see #142)
+
+
# 0.4.15 / 2016-11-21
* Fixed typescript type definition (#137)