summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-11-05 15:18:57 +0100
committerAlexander Larsson <alexl@redhat.com>2015-11-05 16:54:12 +0100
commit0db50dcea9dba7d473446fb154a60cbba4c224ee (patch)
treec6b9879d19a704e44c8000243313663c40326da7 /NEWS
parent5e50abf411a3b8bc56d91a183868dbe3d4ae2af1 (diff)
downloadgtk+-0db50dcea9dba7d473446fb154a60cbba4c224ee.tar.gz
Mention native file choosers in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.