diff --git a/numactl.changes b/numactl.changes
index b95d332..29fed59 100644
--- a/numactl.changes
+++ b/numactl.changes
@@ -7,11 +7,20 @@ Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
 Tue Oct 12 10:00:03 UTC 2010 - trenn@novell.com
 
 - Updated to version 2.0.6-rc3
+  * Fix numa_get_run_node_mask() to return a cpuset-aware node mask (Cliff W.)
+  * Add a better warning to numa_node_to_cpus()
 
 -------------------------------------------------------------------
 Tue Oct  5 15:34:17 UTC 2010 - trenn@novell.com
 
 - Updated to version 2.0.6-rc1
+  * numa_num_task_cpus()/..nodes() to return actual counts (Cliff W.)
+  * Correct numa_max_node() use of broken numa_num_configured_nodes() (Tim Pepper)
+  * Use numa_max_node() not numa_num_configured_nodes() (Tim Pepper)
+  * Fix numa_num_configured_nodes() to match man page description (Tim Pepper)
+  * Clarify comment for numa_all_nodes_ptr extern (Tim Pepper)
+  * numactl --hardware should handle sparse node numbering (Tim Pepper)
+  * Maintain compatibility with 2.0.3 numa_num_thread...()'s (Cliff W.)
 
 -------------------------------------------------------------------
 Sun Oct  3 07:47:48 UTC 2010 - aj@suse.de