X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/3d5016c1dea235acae62c25606f7b65e1e75abd5..64c5163e7aead7eb60951e040998ade343c079c5:/CHANGELOG.md?ds=sidebyside diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f45d006 --- /dev/null +++ b/CHANGELOG.md @@ -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.