summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 738b201..2d271ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+24th Mar 2015 Jean-Pierre Bogler <Jean-Pierre.Bogler@continental-corporation.com>
+ * Added CODING_STYLE file
+ * Updated README to provide more information about the package
+ * Added .gitignore
+ * Fix: Only call "g_type_init" if glib < 2.36.0 to avoid deprecated warning.
+
19th Nov 2013 Jean-Pierre Bogler <Jean-Pierre.Bogler@continental-corporation.com>
* Fixed memory leaks. The children returned by "g_variant_get_child_value" were
not freed. Instead of "g_variant_get_child_value", "g_variant_get_child" now