Skip to content

Commit

Permalink
I should probably stop putting a changelog in three places
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicrodger committed Jul 23, 2015
1 parent 9c2d2b8 commit 6e0b5f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Expand Up @@ -42,6 +42,17 @@ django-tinycontent supports all versions of Django from 1.5 to
Changelog
=========

v0.5.0
------

* Add support for multiple arguments to both the ``tinycontent`` and
the ``tinycontent_simple`` template tags. See the documentation
about :ref:`multiple-arguments`.
* Start caching database queries - fetching a TinyContent block by
name (as the template tags do), will only hit the database the
first time that content block is loaded (unless the content block
is changed).

v0.4.0
------

Expand Down

0 comments on commit 6e0b5f0

Please sign in to comment.