summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGiovanny Andres Gongora Granada <gioyik@gmail.com>2015-04-05 11:49:25 -0500
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-04-05 13:10:58 -0400
commit48d69cf1bba80061cdfd98a37ca35d7f362d663c (patch)
treea401c4557226ef1fd1cee99f4ab8610cb6e95097 /CHANGELOG.md
parent679596c8483340bf6df65cd4a647a2c4196af6fb (diff)
downloadandroid-node-v8-48d69cf1bba80061cdfd98a37ca35d7f362d663c.tar.gz
android-node-v8-48d69cf1bba80061cdfd98a37ca35d7f362d663c.tar.bz2
android-node-v8-48d69cf1bba80061cdfd98a37ca35d7f362d663c.zip
Revert "doc: fix typo in CHANGELOG.md"
This reverts commit bde2b3e39724457147001e66a6dc9af1a5360805. PR-URL: https://github.com/iojs/io.js/pull/1349 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
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 d3fa1f0c6f..6bd437d94f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@
* **fs**: corruption can be caused by `fs.writeFileSync()` and append-mode `fs.writeFile()` and `fs.writeFileSync()` under certain circumstances, reported in [#1058](https://github.com/iojs/io.js/issues/1058), fixed in [#1063](https://github.com/iojs/io.js/pull/1063) (Olov Lassus).
* **iojs**: an "internal modules" API has been introduced to allow core code to share JavaScript modules internally only without having to expose them as a public API, this feature is for core-only [#848](https://github.com/iojs/io.js/pull/848) (Vladimir Kurchatkin).
* **timers**: two minor problems with timers have been fixed:
- - `Timer.close()` is now properly idempotent [#1288](https://github.com/iojs/io.js/issues/1288) (Petka Antonov).
+ - `Timer#close()` is now properly idempotent [#1288](https://github.com/iojs/io.js/issues/1288) (Petka Antonov).
- `setTimeout()` will only run the callback once now after an `unref()` during the callback [#1231](https://github.com/iojs/io.js/pull/1231) (Roman Reiss).
- NOTE: there are still other unresolved concerns with the timers code, such as [#1152](https://github.com/iojs/io.js/pull/1152).
* **Windows**: a "delay-load hook" has been added for compiled add-ons on Windows that should alleviate some of the problems that Windows users may be experiencing with add-ons in io.js [#1251](https://github.com/iojs/io.js/pull/1251) (Bert Belder).