diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 560916b..5c94cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ Changelog for django-wkhtmltopdf ================================ +0.3 +--- + +* Fix a bug where temporary files were removed before the PDF was generated + when using the header & footer options. +* Only set the `Content-Disposition` header in the response if `filename` is set. +* Added a Makefile for deployments. +* Added 2.6 requirement to the README. + + +0.2.2 +----- + +* Create a request context if one hasn't been passed into the view. + + +0.2.1 +----- + +* Use `get_template_names()` for extra extensibility. +* Be clear with `template_to_temp_file`'s arguments. + + 0.2 --- |