diff --git a/ChangeLog b/ChangeLog
index 102a2cd996..85d0c2b398 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,27 @@
-2010.01.09, Version 0.1.25
+2010.01.20, Version 0.1.26
+
+ * Bugfix, HTTP eof causing crash (Ben Williamson)
+
+ * Better error message on SyntaxError
+
+ * API: Move Promise and EventEmitter into 'events' module
+
+ * API: Add process.nextTick()
+
+ * Allow optional params to setTimeout, setInterval
+ (Michaeljohn Clement)
+
+ * API: change some Promise behavior (Felix Geisendörfer)
+ - Removed Promise.cancel()
+ - Support late callback binding
+ - Make unhandled Promise errors throw an exception
+
+ * Upgrade V8 to 2.0.6.1
+
+ * Solaris port
+
+
+2010.01.09, Version 0.1.25, 39ca93549af91575ca9d4cbafd1e170fbcef3dfa
* sys.inspect() improvements (Tim Caswell)
diff --git a/doc/api.txt b/doc/api.txt
index e72fbe51ce..74a73b9db5 100644
--- a/doc/api.txt
+++ b/doc/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl
- 2010.01.09 + 2010.01.20 node-v0.1.25.tar.gz + href="http://s3.amazonaws.com/four.livejournal/20100120/node-v0.1.26.tar.gz">node-v0.1.26.tar.gz