diff --git a/release/changelog_since_last_release.md b/release/changelog_since_last_release.md
index 96a09b80337dc6a3f748fe82eaecbc5b49f15718..2baaa997e7b8ade95d850f773862ef5573631ccd 100644
--- a/release/changelog_since_last_release.md
+++ b/release/changelog_since_last_release.md
@@ -43,10 +43,12 @@
   * patch
      * Migrate to conda based CI
 * bob.math
-  * minor
+  * v3.1.0 (Apr 10, 2018 13:30)
      * Migrate to conda based CI
      * Add blas features
      * trust numpy in finding blas/lapack. Fixes bob.math#14
+  * patch
+     * No changes.
 * bob.measure
   * major
      * Fixed issue with FAR and FRR values being exactly 1 or 0
@@ -56,10 +58,12 @@
      * Added an option to capture the output in a log file
      * Updated docs and tests accordingly
 * bob.io.image
-  * minor
+  * v2.4.0
      * Fixed issue with PGM image load when such images have extra bytes, see bob.io.image!36
      * Relax matplotlib requirement bob.io.image!39
      * Migrate to conda based CI
+  * patch
+     * No changes.
 * bob.db.base
   * major
      * Migrate to conda based CI
@@ -86,10 +90,12 @@
   * patch
      * Migrate to conda based CI
 * bob.ip.base
-  * minor
+  * v2.2.0
      * Improved compatibility for non-C++-11 compilers
      * Migrate to conda based CI
      * Fix matplotlib requirement
+  * patch
+     * No changes.
 * bob.ip.color
   * patch
      * Migrate to conda based CI
@@ -152,10 +158,12 @@
      * Improved python 3 compatibility (Merge gridtk!7)
      * Created the `jgen` tool (https://www.idiap.ch/software/bob/docs/bob/gridtk/master/generate.html) -- Merge gridtk!8
      * Removed overwriting job ID when stopping jobs
-  * minor
+  * v1.6.0
      * `jgen` tool: added an option `--unique-aggregate` to make the aggregate output unique
      * Migrate to conda based CI
      * Improve tests and docs
+  * patch
+     * no changes.
 * bob.ip.qualitymeasure
   * minor
      * Migrated to conda based CI
@@ -518,6 +526,10 @@
      * Refactoring: removed unused VideoDataLoader
      * Refactoring: created FaceCropAlign, replaces ImageFaceCrop + VideFaceCrop using Wrapper
      * Added Spatially Enhanced Histogram option to LBPHistogram class
+     * Changes to the FrameDifference preprocessor: Estimate the bounding box
+       from annotations if not available. This is usually estimated from eye
+       annotations. Remove the unused check_face_size flag. Fixed the conda
+       recipe bob.pad.face!63
 * bob.db.oulunpu
   * patch
      * Initial release of OULU-NPU Database