summaryrefslogtreecommitdiff
path: root/ChangeLog-ValueArrayTest
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-ValueArrayTest')
-rw-r--r--ChangeLog-ValueArrayTest6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog-ValueArrayTest b/ChangeLog-ValueArrayTest
new file mode 100644
index 00000000..60c15e15
--- /dev/null
+++ b/ChangeLog-ValueArrayTest
@@ -0,0 +1,6 @@
+2010-02-23 José Alburquerque <jaalburqu@svn.gnome.org>
+
+ ValueArray Example: Get values as references in loops.
+
+ * tests/glibmm_valuearray/main.cc (main): Get values as references
+ instead of copying them in both for loops.