diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index 3250c81a4bb0cb4e8ecff01681eb5e42571cd136..66ced1c9c429af9c685c8b5884adb7fe93e8f775 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -14,11 +14,25 @@
 
 <itemizedlist>
 
+  <listitem>
+    <para>Builds in chroots are now executed in a private network
+    namespace, meaning that they do not see any network interfaces
+    except a private loopback interface.  This ensures that builds
+    cannot communicate with processes outside of the chroot, or clash
+    with other builds by listening on an identical port number.</para>
+  </listitem>
+
+  <listitem>
+    <para>Build logs are now compressed using
+    <command>bzip2</command>.  The command <command>nix-store
+    -l</command> decompresses them on the fly.</para>
+  </listitem>
+
   <listitem>
     <para>The creation of build logs in
     <filename>/nix/var/log/nix/drvs</filename> can be disabled by
     setting the new option <literal>build-keep-log</literal> to
-    <literal>false</literal></para>
+    <literal>false</literal>.</para>
   </listitem>    
 
 </itemizedlist>