mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Updated changelog.
This commit is contained in:
parent
a407bebf5d
commit
11e2f1d349
1 changed files with 15 additions and 0 deletions
|
|
@ -3,6 +3,21 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v0.7 (2013-11-26)
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
- Removed the broken stdout wrapper that displayed the currently enabled
|
||||
configuration when using the runserver management command. Added a logging
|
||||
based solution instead.
|
||||
|
||||
- Fixed default value of ``CacheURLValue`` class that was shadowed by an
|
||||
unneeded name parameter. Thanks to Stefan Wehrmeyer.
|
||||
|
||||
- Fixed command line options checking in the importer to happen before the
|
||||
validation. Thanks to Stefan Wehrmeyer.
|
||||
|
||||
- Added Tox test configuration.
|
||||
|
||||
v0.6 (2013-09-19)
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue