diff options
author | Ian Foote <ian@feete.org> | 2015-12-03 12:57:37 +0000 |
---|---|---|
committer | Ian Foote <ian@feete.org> | 2015-12-03 12:57:37 +0000 |
commit | 8550833702e71b4f260d0916aa2e7c0b29cac3a7 (patch) | |
tree | 78dd30efa8214f0a153d2711b0d64160ffbffa2d | |
parent | b590663dd1e0812c27dc18310f6f8fa9c66283be (diff) | |
parent | 53680733aaf05b8c2e9c923cbe10c15dfbeaa506 (diff) | |
download | django-wkhtmltopdf-8550833702e71b4f260d0916aa2e7c0b29cac3a7.tar.gz django-wkhtmltopdf-8550833702e71b4f260d0916aa2e7c0b29cac3a7.tar.bz2 django-wkhtmltopdf-8550833702e71b4f260d0916aa2e7c0b29cac3a7.zip |
Merge pull request #98 from incuna/v3
Update changelog for v3.0.0 release
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fd141..9f2c737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ Changelog for django-wkhtmltopdf ================================ +3.0.0 +----- + +This release is identical to `2.1.0`, but with a major version bump to reflect the backwards-incompatible changes. + 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. +This release is backwards-incompatible. Using `3.0.0` is recommended to indicate this. + +* Move logic from views to `utils` to make it more usable. **backwards incompatible** + - 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 |