summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathan Matthew <jonathan@d14n.org>2008-08-10 03:28:03 +0000
committerJonathan Matthew <jmatthew@src.gnome.org>2008-08-10 03:28:03 +0000
commitfa274210cccf8db816a24f1d55195fa79c9a2ad4 (patch)
tree08ce01d42e8e9808229db768dd6e69357144cda7 /ChangeLog
parent6ec9a71b8ae621203fa546b60867f1198bf723bc (diff)
downloadpygobject-fa274210cccf8db816a24f1d55195fa79c9a2ad4.tar.gz
pygobject-fa274210cccf8db816a24f1d55195fa79c9a2ad4.tar.xz
pygobject-fa274210cccf8db816a24f1d55195fa79c9a2ad4.zip
Bug 547067 – add File.replace_contents, replace_contents_async,
2008-08-10 Jonathan Matthew <jonathan@d14n.org> Bug 547067 – add File.replace_contents, replace_contents_async, replace_contents_finish. * gio/gfile.override: * gio/gio.defs: * tests/test_gio.py: Add overrides, docs, and tests for File.replace_contents, replace_contents_async, and replace_contents_finish. svn path=/trunk/; revision=935
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c9db0a..9a75556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-08-10 Jonathan Matthew <jonathan@d14n.org>
+
+ Bug 547067 – add File.replace_contents, replace_contents_async,
+ replace_contents_finish.
+
+ * gio/gfile.override:
+ * gio/gio.defs:
+ * tests/test_gio.py:
+ Add overrides, docs, and tests for File.replace_contents,
+ replace_contents_async, and replace_contents_finish.
+
2008-08-09 Paul Pogonyshev <pogonyshev@gmx.net>
* tests/test_gicon.py (TestThemedIcon.test_constructor): Fix to