diff --git a/debian/changelog b/debian/changelog
index 72d452f79c41411014af8fb2a37e833ce9c2e5b0..947444c60da82ee10f7e98f277b24928539a61e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+cl-asdf (2:3.1.6-1) unstable; urgency=low
+
+  Bug fix and portability release:
+  * Fix backtrace on SBCL.
+  * Fix RUN-PROGRAM of string (shell command) on Windows SBCL (ticket
+    #1501373).
+  * Fix a number of issues with bundle operations (especially on
+    non-C-compiler-based implementations).
+  * Fix component-finding in package-inferred-system.
+  * Fix race condition between multiple concurrent lisp processes
+    doing ASDF builds (ticket #1483948).
+  * Fix misplaced fasl cache on Windows.
+  * Miscellaneous bug fixes.
+  * Documentation improvements.
+
+ -- Robert P. Goldman <rpgoldman@sift.net>  Sat, 17 Oct 2015 15:01:34 -0500
+
 cl-asdf (2:3.1.5-1) unstable; urgency=low
 
   Bug fix and portability release: