diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-18 12:26:59 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-18 12:26:59 +0100 |
commit | 6819627b1748a1cf367238015a0aec1df2a1bed3 (patch) | |
tree | 34d2b19d610080847df49584e7ca464fd785c8a5 | |
parent | c5c66b156da1b29faaba5388785f6b2eac4f3030 (diff) | |
download | django-wkhtmltopdf-6819627b1748a1cf367238015a0aec1df2a1bed3.tar.gz django-wkhtmltopdf-6819627b1748a1cf367238015a0aec1df2a1bed3.tar.bz2 django-wkhtmltopdf-6819627b1748a1cf367238015a0aec1df2a1bed3.zip |
Add notes for 0.2.0 release
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f7223..ddeb096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,22 @@ Changelog for django-wkhtmltopdf ================================ +0.2.0 +----- + +* Support for Python 3 +* Support other Django versions +* Use TestRunner for tests (and remove run_tests.sh) +* Add support for Wheel packaging + 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 |