summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorLudovico Cavedon <cavedon@debian.org>2010-06-12 16:34:16 -0700
committerLudovico Cavedon <cavedon@debian.org>2010-06-12 16:34:16 -0700
commitb58ade97bde0f26271ebbccf6959bfc5a30a88d2 (patch)
tree3d296c03823ea4806febf3d0d9becb8a90e57671 /Changelog
parent60b2e5ebf0b074436aaec91409d9863d015b9a73 (diff)
Imported Upstream version 0.4
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1b33c82..0bb1522 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,19 @@
+2010-06-12
+* released 0.4
+
+2010-05-08
+* reorganize code to remove circular imports
+* auto-create config settings when they are accessed via square bracket
+ syntax (for example, cfg[x][y]). Previously this raised KeyError.
+
+2010-05-07
+* Ensure that __special__ method lookups don't cause config attributes
+ to be added.
+
+2010-05-06
+* Fix problems with pickling INIConfig objects. This also fixes
+ multiprocessing problems.
+
2010-04-17
* released 0.3.2