diff options
author | Christian Hergert <chergert@redhat.com> | 2023-01-10 15:40:54 -0800 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2023-01-10 15:40:54 -0800 |
commit | f0038941dce1743f56e28cdfa3ff7ae690b9d44e (patch) | |
tree | 3bc6d5e4732d875d58d3f0929641226023907f93 | |
parent | 69239b3f76cdb43f71d13e98f44566cf235ed1b0 (diff) | |
download | gtksourceview-f0038941dce1743f56e28cdfa3ff7ae690b9d44e.tar.gz |
Release GtkSourceView 5.7.05.7.0
The first release towards 5.8/GNOME 44.alpha.
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +News in 5.7.0, 2023-01-23 +------------------------- + +5.7.0 is a development release of GtkSourceView intended for application +developers and unstable distributions alike. + +Changes since 5.6.2 + + * gutterrenderermarks: avoid potential infinite loop with marks + * build: drop unnecessary vapigen check + * cpp.lang: add constinit keyword + * java.lang: fix escaped characters + * lean.lang: strings may contain line breaks + * nix.lang: Add Nix syntax highlighting + * reasonml.lang: add ReasonML language + |