summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2007-07-09 19:22:07 +0000
committerMurray Cumming <murrayc@src.gnome.org>2007-07-09 19:22:07 +0000
commitb21bcca94176d099cdd0d16817f809a3791364ce (patch)
tree30882a9c37cbc68ead12f2155f281057194d1054 /NEWS
parentd0205f9d7cce43680f9067cf8b971d4ef562a64a (diff)
downloadglibmm-b21bcca94176d099cdd0d16817f809a3791364ce.tar.gz
Increased version
svn path=/trunk/; revision=425
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03d3eb5d..092ffdcd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.13.8:
+
+* OptionContext: Added get/set_summary(), get/set_description(), set_translation_domain(),
+ and set_translate_func().
+ (Jonathon Jongsma)
+* Documenation:
+ Added RegEx class documentation. (Johannes Schmid)
+ Show new API in 2.14.
+
2.13.7:
* Regex: Added a create() method and added default parameter values.