summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovico Cavedon <cavedon@debian.org>2010-06-12 17:01:31 -0700
committerLudovico Cavedon <cavedon@debian.org>2010-06-12 17:02:29 -0700
commite8bc1e34e47b26e77d226899e9b79083b167d2ef (patch)
treedf49606568d084671886d52c704a558879c86ddc
parentf4eca607761d95cbaae2199e5393aa3fc58749a6 (diff)
Add description of API change to NEWS file.
Update changelog.
-rw-r--r--debian/NEWS11
-rw-r--r--debian/changelog9
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..413be7d
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,11 @@
+python-iniparse (0.4-1) experimental; urgency=low
+
+ From [1]:
+ * Square bracket syntax will auto-add missing attributes now. Earlier
+ it used to raise a KeyError exception. If you were relying on the
+ exception to check whether an attribute was defined, you need to
+ change your code to use the 'in' operator.
+
+ [1] http://groups.google.com/group/iniparse-discuss/browse_thread/thread/9ee8b729dda89191
+
+ -- Ludovico Cavedon <cavedon@debian.org> Sat, 12 Jun 2010 16:58:49 -0700
diff --git a/debian/changelog b/debian/changelog
index 8786649..bc8bd3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-iniparse (0.4-1) experimental; urgency=low
+
+ * New Upstream release.
+ * Update watch file.
+ * Uploading to experimental because of API change.
+ * Add description of API change to NEWS file.
+
+ -- Ludovico Cavedon <cavedon@debian.org> Sat, 12 Jun 2010 17:00:52 -0700
+
python-iniparse (0.3.2-1) unstable; urgency=low
* New Upstream version.