aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCharlie Denton <charleswdenton@gmail.com>2012-05-21 13:55:43 -0700
committerCharlie Denton <charleswdenton@gmail.com>2012-05-21 13:55:43 -0700
commita76af4820ce71e1b0fd0052f0cf39690a34b680c (patch)
tree32510453a5122cff28c43a7f5d9982dfeec70f47 /CHANGELOG.md
parent4867d6bd6484c6bc1a263e49c3b08f3cfa30ff1d (diff)
parent9fe90235c8fc41b2450fc585bbe57cfe92f69f7b (diff)
downloaddjango-wkhtmltopdf-a76af4820ce71e1b0fd0052f0cf39690a34b680c.tar.gz
django-wkhtmltopdf-a76af4820ce71e1b0fd0052f0cf39690a34b680c.tar.bz2
django-wkhtmltopdf-a76af4820ce71e1b0fd0052f0cf39690a34b680c.zip
Merge pull request #6 from incuna/develop
Fix tmp_files & tidy up response object
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
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
---