summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-28 15:22:06 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-03-28 15:22:06 +0200
commit6e127102c8176782bef2b18e070997c866386162 (patch)
tree7e05f4352efdb9d7556f9bd7710a5d0b7588e958
parent2d827103900e87ae484ae07cabb9f3046c614910 (diff)
downloadglibmm-6e127102c8176782bef2b18e070997c866386162.tar.gz
Really correct the ChangeLog
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 985d6121..0a385f28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,15 @@
2011-03-28 Murray Cumming <murrayc@murrayc.com>
+ VariantType: Capitalize the standard types.
+
+ * glib/src/varianttype.[hg|ccg]: Use, for instance VARIANT_TYPE_STRING instead
+ of VariantTypeString. This seems more appropriate for a constant and is the
+ style used by gtkmm's STOCK_* items, which this is based on.
+ * glib/src/variant.ccg: Adapt.
+
+2011-03-28 Murray Cumming <murrayc@murrayc.com>
+
Variant: Add cast_dynamic<> specializations for strings.
* glib/src/variant.[hg|ccg]: Add cast_dynamic() specializations for