summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-09-10 20:58:07 +0200
committerMurray Cumming <murrayc@murrayc.com>2013-09-10 20:58:07 +0200
commitb54f80113ec767d8be80452ebe766560029a53af (patch)
tree5424fe45e7fe7d12d6b537888eb0e0f93a29604f /NEWS
parent81c1151bc36610c607e6a91808954d8f7851ded1 (diff)
downloadglibmm-b54f80113ec767d8be80452ebe766560029a53af.tar.gz
2.37.72.37.7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8731232a..52a9ae7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-2.37.6 (unstable):
+2.37.7 (unstable):
+
+Gio:
+* Menu: Add insert/append/prepend_section() with no label parameter.
+ (Murray Cumming) Bug #702456 (Aurimas Černius)
+
+gmmproc:
+* Pass NULL to C function calls for optional empty strings.
+ (José Alburquerque) Bug #686909. Bug #702456
+* Add parameter return_value in _WRAP_VFUNC.
+ (Marcin Kolny) Bug #705699.
+
+Build:
+* Update Visual Studio Projects
+ (Chun-wei Fan)
+2.37.6 (unstable):
+
Gio:
* Action:
- Make get_state() templated.