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