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 2a595f0c..ce0349de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-04-06 Murray Cumming <murrayc@murrayc.com>
+
+ Add a test of implementing an interface.
+
+ * tests/Makefile.am:
+ * tests/glibmm_interface_implementation/main.cc: Add a very simple
+ test that implements an interface, with a vfunc implementation and
+ make sure that the vfunc is called when the caller method is called.
+
2013-04-02 José Alburquerque <jaalburquerque@gmail.com>
ByteArray: Add a Glib::Value<> template specialization for it.