diff options
author | Max Peterson <max@incuna.com> | 2015-12-01 15:36:10 +0000 |
---|---|---|
committer | Max Peterson <max@incuna.com> | 2015-12-01 15:36:57 +0000 |
commit | b590663dd1e0812c27dc18310f6f8fa9c66283be (patch) | |
tree | 490c40699ae97517fce2f9874d5aff905a268320 /CHANGELOG.md | |
parent | 09dcea6fb45dc18d17b254c047694c452fee12ed (diff) | |
download | django-wkhtmltopdf-b590663dd1e0812c27dc18310f6f8fa9c66283be.tar.gz django-wkhtmltopdf-b590663dd1e0812c27dc18310f6f8fa9c66283be.tar.bz2 django-wkhtmltopdf-b590663dd1e0812c27dc18310f6f8fa9c66283be.zip |
Update CHANGELOG and version.v2.1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 538a4c5..48fd141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog for django-wkhtmltopdf ================================ +2.1.0 +----- + +* Move logic from views to `utils` to make it more usable. Adds `convert_to_pdf`, +`render_pdf_from_template` and `render_to_temporary_file` to `utils`. Removes +`render_to_temporary_file` and `convert_to_pdf` from `views.PDFResponse` - thanks johnraz. +* Enable tests for Django >= 1.7 - thanks timb07 +* Fix to accomodate changes to mod_wsgi v.4.4.14 - thanks powderflask +* Fix bytes string conversion issue - thanks danielgatis + 2.0.3 -------- |