aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-03-02 16:48:12 -0800
committerRod Vagg <rod@vagg.org>2015-03-02 16:48:12 -0800
commit5133304ace13de8a6f2c62c08b79863dbeba59ac (patch)
tree37cb6e256012d29226f4dff7ee105cfcc5b6b590 /CHANGELOG.md
parentb0710d7657e7b7cc2bc74583e50efd3599141842 (diff)
downloadandroid-node-v8-5133304ace13de8a6f2c62c08b79863dbeba59ac.tar.gz
android-node-v8-5133304ace13de8a6f2c62c08b79863dbeba59ac.tar.bz2
android-node-v8-5133304ace13de8a6f2c62c08b79863dbeba59ac.zip
Working on v1.4.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6fd68320f3..61550bf287 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
### Notable changes
-* **stream**: Fixes problems for platforms without `writev()` support, particularly Windows. Changes introduced in 1.4.1, via [#926](https://github.com/iojs/io.js/pull/926), broke some functionality for these platforms, this has now been addressed. [#1008](https://github.com/iojs/io.js/pull/1008) (Fedor Indutny)
+* **stream**: Fixed problems for platforms without `writev()` support, particularly Windows. Changes introduced in 1.4.1, via [#926](https://github.com/iojs/io.js/pull/926), broke some functionality for these platforms, this has now been addressed. [#1008](https://github.com/iojs/io.js/pull/1008) (Fedor Indutny)
* **arm**: We have the very beginnings of ARMv8 / ARM64 / AARCH64 support. An upgrade to OpenSSL 1.0.2 is one requirement for full support. [#1028](https://github.com/iojs/io.js/pull/1028) (Ben Noordhuis)
* Add new collaborator: Julian Duque ([@julianduque](https://github.com/julianduque))