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:
authorRyan Dahl <ry@tinyclouds.org>2010-01-21 00:48:35 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-01-21 00:48:35 +0300
commitfe48b5faa4c30c40d6f1b75e8ffd951615bec262 (patch)
tree47f418fc64809ffcf301d17c3e8f88c4463b7ebf /ChangeLog
parentda00413196e432247346d9e587f8c78ce5ceb087 (diff)
Fix author in ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85d0c2b398d..26103fdd7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@
* API: Add process.nextTick()
* Allow optional params to setTimeout, setInterval
- (Michaeljohn Clement)
+ (Micheil Smith)
* API: change some Promise behavior (Felix Geisendörfer)
- Removed Promise.cancel()