From e110907908b15340178203fe5029f2dde9024b28 Mon Sep 17 00:00:00 2001 From: Marc Tamlyn Date: Fri, 31 Aug 2012 11:57:52 +0100 Subject: Update changelog. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CHANGELOG.md') 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 --- -- cgit v1.2.3