diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f5594a8e20c555bca6edf82d4f17a05e842fcad..9bf246c72845f17f66660e1d24496f0d2b649493 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Python Buildpack Changelog
 
+## Unreleased
+
+Added automatic configuration of Gunicorn's `FORWARDED_ALLOW_IPS` setting.
+
+Improved detection of libffi dependency when using bcrypt via `Django[bcrypt]`.
+
+Improved GDAL support.
+
+- GDAL dependency detection now checks for pygdal and is case-insensitive.
+- The vendored GDAL library has been updated to 1.11.1.
+- GDAL bootstrapping now also installs the GEOS and Proj.4 libraries.
+
 ## v77 (2016-02-10)
 
 Improvements to warnings and minor bugfix.