diff --git a/NEWS b/NEWS index 5137e04357..bb4249adf8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,26 @@ -Overview of Changes in 4.15.3, xx-xx-xxxx +Overview of Changes in 4.15.4, xx-xx-xxxx ========================================= +Overview of Changes in 4.15.3, 29-06-2024 +========================================= + +* Accessibility: + - Only emit notifications when cursor positions change in GtkText + - Fix handling of help text properties + +* CSS: + - Fix some crashes introduced in recent currentcolor changes + +* DND: + - Avoid a critical + +* Documentation: + - Fix many oversights and missing docs + +* maxOS: + - Add native keyboard shortcuts + + Overview of Changes in 4.15.2, 28-06-2024 ========================================= diff --git a/meson.build b/meson.build index a866a0cc4f..decca690ec 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.15.3', + version: '4.15.4', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',