summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-03 15:14:05 -0800
committerChristian Hergert <chergert@redhat.com>2023-03-03 15:14:05 -0800
commitb71a1ad1e84c0e71112d7ac0c45c85113ee763b5 (patch)
tree4f60578f467efff73ac7f96802cf95deec28a9fe
parent970925540272e5b3f21790012be2094162fdd061 (diff)
downloadgtksourceview-b71a1ad1e84c0e71112d7ac0c45c85113ee763b5.tar.gz
Release 5.7.25.7.2
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa4a3466..12b88146 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+News in 5.7.2, 2023-03-03
+-------------------------
+
+5.7.2 is a development release of GtkSourceView intended for application
+developers and unstable distributions alike.
+
+ * Documentation improvements
+ * Updated languages: java.lang, html.lang
+ * Fix Y offset calculation when GtkTextView:top-margin is set
+ * Completion now requeries providers upon manual activation
+ * CSS updates for completion popover to reduce allocation jitter
+ * Assistants will more aggresively update positioning. It is heavily
+ suggested that you have GNOME/gtk!5564 in whatever GTK you are
+ linking against to reduce the potential for frames rendered with
+ missing allocations/text.
+
News in 5.7.1, 2023-02-15
-------------------------