Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 18ec119b47e..c9d2b74795f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,28 @@
-2009.08.21, Version 0.1.6, 9c97b1db3099d61cd292aa59ec2227a619f3a7ab
+2009.08.27, Version 0.1.7
+
+ * Feature: global 'process' object. Emits "exit".
+
+ * Feature: promise.wait()
+
+ * Feature: node.stdio
+
+ * Feature: EventEmitters emit "newListener" when listeners are added
+
+ * API: Use flat object instead of array-of-arrays for HTTP headers.
+
+ * API: Remove buffered file object (node.File)
+
+ * API: require(), include() are synchronous. (Uses continuations.)
+
+ * API: Deprecate onLoad and onExit.
+
+ * API: Rename node.Process to node.ChildProcess
+
+ * Refactor node.Process to take advantage of evcom_reader/writer.
+
+ * Upgrade v8 to 1.3.7
+
+2009.08.22, Version 0.1.6, 9c97b1db3099d61cd292aa59ec2227a619f3a7ab
* Bugfix: Ignore SIGPIPE.