Fix packaging error.
[django-ssify.git] / CHANGELOG.md
1 # Changelog
2
3 ## 0.2.1 (2014-09-15)
4
5 * Fix packaging errors.
6
7
8 ## 0.2 (2014-09-15)
9
10 * Nicer cache choosing: use settings.SSIFY_CACHE_ALIASES if set,
11   otherwise use 'ssify' cache if configure, otherwise
12   fall back to 'default'.
13
14 * Renamed `csrf_token` template tag to `ssi_csrf_token` to avoid
15   simple mistakes.
16
17 * Cache control: `ssi_variable` now takes `patch_response` instead
18   of `vary` parameter, `ssi_include` takes `timeout`, `version` and
19   also `patch_reponse` parameters.  Also added some helper functions
20   in ssify.utils.
21
22 * Added `flush_ssi_includes` function.
23
24 * Debug rendering: renamed SSIFY_DEBUG to SSIFY_RENDER, added support
25   for including streaming responses when SSIFY_RENDER=True.
26
27 * Dropped Django 1.4 support.
28
29
30 ## 0.1 (2014-09-02)
31
32 * Initial release.