v. 0.2.4:
[django-ssify.git] / CHANGELOG.md
index d112717..208ec31 100644 (file)
@@ -1,5 +1,20 @@
 # Changelog
 
+## 0.2.4 (2015-04-16)
+
+* Django 1.8 compatibility.
+
+* Remove private headers from response.
+
+* Python-3 compatible get_version.
+
+
+## 0.2.3 (2014-09-22)
+
+* Don't assume request object we are passed at any point still has
+  our custom attributes.
+
+
 ## 0.2.2 (2014-09-19)
 
 * Return 404 from ssi_included views with unsupported languages.