v. 0.2.
[django-ssify.git] / CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..f45d006
--- /dev/null
@@ -0,0 +1,27 @@
+# Changelog
+
+## 0.2 (2014-09-15)
+
+* Nicer cache choosing: use settings.SSIFY_CACHE_ALIASES if set,
+  otherwise use 'ssify' cache if configure, otherwise
+  fall back to 'default'.
+
+* Renamed `csrf_token` template tag to `ssi_csrf_token` to avoid
+  simple mistakes.
+
+* Cache control: `ssi_variable` now takes `patch_response` instead
+  of `vary` parameter, `ssi_include` takes `timeout`, `version` and
+  also `patch_reponse` parameters.  Also added some helper functions
+  in ssify.utils.
+
+* Added `flush_ssi_includes` function.
+
+* Debug rendering: renamed SSIFY_DEBUG to SSIFY_RENDER, added support
+  for including streaming responses when SSIFY_RENDER=True.
+
+* Dropped Django 1.4 support.
+
+
+## 0.1 (2014-09-02)
+
+* Initial release.