Mention native file choosers in NEWS

This commit is contained in:
Alexander Larsson 2015-11-05 15:18:57 +01:00
parent 5e50abf411
commit 0db50dcea9

3
NEWS
View File

@ -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.