Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Apr 11, 2015
1 parent a04895b commit 09c3359
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Changes since last release
~~~~~~~~~~~~~~~~~~~~~~~~~~
- Add django filters for markdown and html
- Tested against release version of Django 1.8
- Add ``THUMBNAIL_FORCE_FORMAT``
- Add ``THUMBNAIL_FALLBACK_FORMAT``
- Change ``THUMBNAIL_DUMMY_URL`` to use keyword arguments in string format

0.4.1
~~~~~
- Add missing call of colormode in engine.create

0.4.0
~~~~~
- Add support for base64 encoded images as source
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ process of including the contributions easier.
It sums up to write tests, follow pep8 and the import-sorting guidelines. New features
needs to be documented.

Please remember to add your change to the CHANGELOG.rst under the section
"Changes since last release".

Adding features
~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 09c3359

Please sign in to comment.