summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5063d7f..725fe8b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-01-23 Murray Cumming <murrayc@murrayc.com>
+
+ * gio/src/file.ccg:
+ * gio/src/file.hg: Added a read() method overload with no
+ cancellable parameter.
+ * tests/giomm_simple/main.cc: Try loading the contents of a file.
+ Seems to work, though there is an unknown GError domain when the file
+ does not exist.
+
2.15.2:
2008-01-21 Murray Cumming <murrayc@murrayc.com>