summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2009-04-13 22:37:10 +0000
committerfuzzyman <devnull@localhost>2009-04-13 22:37:10 +0000
commit152ecea88f5c432a63cef5186e5ac47e90a2eb61 (patch)
tree774b2b4caf4a8023e5b7c72f248a1c87904ff659 /docs
parent108e4e2b5101dd4b2a6ea1556bbad6bd8b8cf93d (diff)
downloadconfigobj-git-152ecea88f5c432a63cef5186e5ac47e90a2eb61.tar.gz
addition of force_list validation option plus as_list ConfigObj method.
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.txt2
-rw-r--r--docs/validate.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 1cb79c5..1d23578 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2325,7 +2325,7 @@ From version 4 it lists all releases and changes.
* A section that was supplied as a value (or vice-versa) in the actual config file would cause an exception during validation (the config file is still broken of course, but it is now handled gracefully)
* Added ``as_list`` method
* Removed the deprecated ``istrue``, ``encode`` and ``decode`` methods
-* Running test_configobj now also runs the doctests in the configobj module
+* Running test_configobj.py now also runs the doctests in the configobj module
As a consequence of the changes to configspec handling, when you create a ConfigObj instance and provide a configspec, the configspec attribute is only set on the ConfigObj instance - it isn't set on the sections until you validate. You also can't set the configspec attribute to be a dictionary. This wasn't documented but did work previously.
diff --git a/docs/validate.txt b/docs/validate.txt
index 45522a9..93cc1db 100644
--- a/docs/validate.txt
+++ b/docs/validate.txt
@@ -617,7 +617,8 @@ CHANGELOG
2009/04/13 - Version 1.0.0
--------------------------
-BUGFIX: can now handle multiline strings.
+* BUGFIX: can now handle multiline strings.
+* Addition of 'force_list' validation option.
As there are no known bugs or outstanding feature requests I am marking this 1.0.