aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-31 11:57:52 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-31 11:57:52 +0100
commite110907908b15340178203fe5029f2dde9024b28 (patch)
treefe54ce065ae6bcad38a6c5c1c967ec491a7ec611 /CHANGELOG.md
parente876828399e06654d8a1c336fbde65477b3c27c4 (diff)
downloaddjango-wkhtmltopdf-e110907908b15340178203fe5029f2dde9024b28.tar.gz
django-wkhtmltopdf-e110907908b15340178203fe5029f2dde9024b28.tar.bz2
django-wkhtmltopdf-e110907908b15340178203fe5029f2dde9024b28.zip
Update changelog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c94cb9..8af0c7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@ Changelog for django-wkhtmltopdf
================================
+1.0.1
+-----
+
+* Fixed a bug with unicode characters.
+
+
+1.0
+---
+
+* Refactor of the PDFTemplateView to expose more options as class attributes
+* Addition/restructuring of several settings: `WKHTMLTOPDF_CMD`,
+ `WKHTMLTOPDF_CMD_OPTIONS`, `WKHTMLTOPDF_DEBUG`, `WKHTMLTOPDF_ENV`
+* Reliable methods of passing command line arguments to the binary
+* Add compatibility by default with `staticfiles` and `django-compressor`
+
+
0.3
---