diff --git a/NEWS b/NEWS index 2efc9a28e5..2dfc17e583 100644 --- a/NEWS +++ b/NEWS @@ -32,7 +32,10 @@ Overview of Changes in GTK 3.99.1 * GtkButton: Simplify the button hierarchy; GtkRadioButton is gone, GtkCheckButton and GtkToggleButton can be grouped - now + +* list widgets: + - Change apis to make models explicitly GtkSelectionModel + - Simplify constructors * CSS: - Hexadecimal colors can now specify alpha @@ -44,6 +47,9 @@ Overview of Changes in GTK 3.99.1 - Round the corners of frames - Make circular buttons square +* GL renderer: + - Fix clipping with projective transforms + * Documentation: - Refresh the widget gallery - Add images for new widgets to the gallery