Add separate version file.
[django-ssify.git] / CHANGELOG.md
index 0dc426f..d87720c 100644 (file)
@@ -1,5 +1,18 @@
 # Changelog
 
+## 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.
+
+* Set zip_safe=False, so egg loader middleware isn't required.
+
+
 ## 0.2.1 (2014-09-15)
 
 * Fix packaging errors.