0.5.7
-----

 * Added a <time-span> tag
 * Added a --slow flag to runserver command, to simulate a slow network
 * Added 'priority' to <mount> and 'urlpriority' attribute to <install>
 * Added 'logger' attribute to <log> and related tags

0.5.6
-----

 * Added --no-reload switch to runserver command
 * More Windows fixes. Windows support is quite robust now.

0.5.5
-----

* Fixes

0.5.4
-----

* Python 3 fixes

0.5.3
-----

* Fixes for Windows

0.5.2
-----

 * Added the ability to specify a list of media URLs. The {% media %} template tag will alternate through them when rendering templates. This allows you to distribute media across media servers, and permit more simultaneous connects than the browser would allow for a single server.
 * Added <generic-key> to database tags.
 * Added <forms:bind> tag
 * added urlquote and urlunquote modifiers
 * added <rpc:signature tag>

0.5.1
-----

Mostly bugfixes

0.5.0
-----

First public release. Too many changes to list.
