aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCharlie Denton <charlie@meshy.co.uk>2014-06-19 11:46:18 +0100
committerCharlie Denton <charlie@meshy.co.uk>2014-06-19 11:46:18 +0100
commit8e615cf00343d61e2bf3716c66888758aeb878ed (patch)
tree9f6f4ada901749eaeddb32ac75c0955a5327c2b5 /CHANGELOG.md
parent0de693a16fa35525d3adb115bf8bf21c76581d0b (diff)
parent301bef0d6931582583a156b3195b8b13f54d2875 (diff)
downloaddjango-wkhtmltopdf-8e615cf00343d61e2bf3716c66888758aeb878ed.tar.gz
django-wkhtmltopdf-8e615cf00343d61e2bf3716c66888758aeb878ed.tar.bz2
django-wkhtmltopdf-8e615cf00343d61e2bf3716c66888758aeb878ed.zip
Merge pull request #48 from incuna/python3
Add Python3 support
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24f7223..780fd46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,22 @@
Changelog for django-wkhtmltopdf
================================
+2.0.0
+-----
+
+* Support for Python 3
+* Support other Django versions
+* Use TestRunner for tests (and remove run_tests.sh)
+* Add support for Wheel packaging
+* Build the wkhtmltopdf binary in .travis.yml (and remove before_script.sh)
1.2.3
-----
-* update wkhtmltopdf binary to 0.12.0 version on before_script.sh
-* update docs to reference a wkhtmltopdf on github ( https://github.com/wkhtmltopdf/wkhtmltopdf )
-* add link to official site http://wkhtmltopdf.org/
-* move tests from Makefile to run_tests.sh
+* Update wkhtmltopdf binary to 0.12.0 version on before_script.sh
+* Update docs to reference a wkhtmltopdf on github
+* Add link to official site http://wkhtmltopdf.org/
+* Move tests from Makefile to run_tests.sh
1.2.2