From 0db50dcea9dba7d473446fb154a60cbba4c224ee Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 5 Nov 2015 15:18:57 +0100 Subject: [PATCH] Mention native file choosers in NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index fd720fdb06..261daf3822 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Overview of Changes in GTK+ 3.19.2 ================================== +* Support for native file chooser on Win32 when using the new + GtkFileChooserNative API, and when using GtkFileChooserButton. + * The GtkFileChooser interface prerequisite was changed from GtkWidget to GObject to allow non-widget filechooser implementations.