Allow giving values for dict type config values in the overrides.

This commit is contained in:
Georg Brandl
2008-11-30 16:33:56 +01:00
parent bd12a8e547
commit 2757866655
4 changed files with 27 additions and 3 deletions

12
CHANGES
View File

@@ -1,3 +1,15 @@
Release 0.6 (in development)
============================
New features added
------------------
* Other changes:
- Allow giving config overrides for single dict keys on the command
line.
Release 0.5 (Nov 23, 2008) -- Birthday release!
===============================================