summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2009-01-26 16:49:53 +0100
committerMurray Cumming <murrayc@murrayc.com>2009-01-26 16:49:53 +0100
commitc9b32dd8a01b82b8df74868561fdaff182c716e7 (patch)
treeffabbb8eba48f0f57f9443a28179563c678a1696 /ChangeLog
parent0510929e0ad2d08a1f8fbe929e97cd62fa0979a8 (diff)
2009-12-26 Murray Cumming <murrayc@murrayc.com>
* docs/book/C/telepathy.xml: Basics: Optional Interfaces: Mention that ConnectionManager and Channel also have optional interfaces (not just Connection), and mention the new Interfaces property.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e471b3..b0b118e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-12-26 Murray Cumming <murrayc@murrayc.com>
+ * docs/book/C/telepathy.xml: Basics: Optional Interfaces: Mention that
+ ConnectionManager and Channel also have optional interfaces (not just
+ Connection), and mention the new Interfaces property.
+
+2009-12-26 Murray Cumming <murrayc@murrayc.com>
+
* docs/book/C/telepathy.xml: Basics: API Conventions: Mention the
Request/Get distinction and link to the telepathy-glib conventions.
Removed the Asynchronous Calls section because we dealt with that here