diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index c179b0130..6ead46e6e 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -6,6 +6,66 @@
+
+
+Release 0.13 (April NN,
+2009)
+
+This is primarily a bug fix release. It has some new
+features:
+
+
+
+
+ Support for Nix channels generated by Hydra, the Nix-based
+ continuous build system. (Hydra generates NAR archives on the
+ fly, so the size and hash of these archives isn’t known in
+ advance.)
+
+
+
+ Support i686-linux builds directly on
+ x86_64-linux Nix installations. This is
+ implemented using the personality() syscall,
+ which causes uname to return
+ i686 in child processes.
+
+
+
+ Various improvements to the chroot
+ support. Building in a chroot works quite well
+ now.
+
+
+
+ Nix no longer blocks if it tries to build a path and another
+ process is already building the same path. Instead it tries to
+ build another buildable path first. This improves
+ parallelism.
+
+
+
+ Support for large (> 4 GiB) files in NAR archives.
+
+
+
+ Various (performance) improvements to the remote build
+ mechanism.
+
+
+
+ New primops: builtins.addErrorContext (to
+ add a string to stack traces — useful for debugging),
+ builtins.isBool,
+ builtins.isString,
+ builtins.isInt.
+
+
+
+
+
+
+
Release 0.12 (November 20,