summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2022-08-05 16:01:22 -0700
committerChristian Hergert <chergert@redhat.com>2022-08-05 16:01:22 -0700
commitcf79c130ea668ffca50e59af79550fcf6fc12d34 (patch)
tree1e301630f6d66536e0d1fbd5b3a9130c56f39c3b
parent80657810ef25726fdeb1b9ac7eb1d8756509d50c (diff)
downloadgtksourceview-5.5.1.tar.gz
Release 5.5.15.5.1
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed13a00f..52b6e95d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+News in 5.5.1, 2022-08-05
+-------------------------
+
+ * Many fixes to GtkSourceSnippet parsing and expaction
+ * Various test-suite fixes
+ * The snippet completion provider now avoids inflating snippet objects
+ until they are inserted.
+ * Input-method integration improvements for custom indenters
+ * Performance improvements to GtkSourceBuffer
+ * Performance improvements when translating improperly encoded
+ documents to fallback hexadecimal characters
+ * Disable GtkSourceBuffer::cursor-moved signal while loading
+ buffers with GtkSourceFileLoader
+ * Adwaita.xml styling fixes for def:error
+ * More profiling integration with sysprof
+ * Updated languages: lean, latex, chdr, cpphdr
+ * Translation updates
+
+This is a development release snapshot not intended for end-users.
+
News in 5.5.0, 2022-07-11
-------------------------