summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-02-17 11:01:54 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-02-17 11:07:42 +0100
commit8eef5ff1b22e4585ab90efc50618de7184646352 (patch)
tree33fad870782aa57e4447cb9a3880292cb6cca339 /NEWS
parentc309dfd8bba3d6ce5c81277061a045466bddcd3e (diff)
downloadvala-8eef5ff1b22e4585ab90efc50618de7184646352.tar.gz
Release 0.47.910.47.91
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 460ccd68d..825f1af3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Vala 0.47.91
+============
+ * Various improvements and bug fixes:
+ - vala:
+ + Fix base-access check for compact classes (2)
+ + Don't ignore errors in Parameter and acknowledge them further
+ + Properly set CodeNode.error when reporting an error
+ - girparser: Report a warning for conflicting class and instance methods
+ - testrunner: Invalid tests and therefore expected failures must return 1
+ - manual: Update from wiki.gnome.org
+
+ * Bindings:
+ - Add harfbuzz-gobject binding [#909]
+ - gstreamer: Update from 1.17.0+ git master
+ - gtk+-*.0,gtk4: Fix iter parameter of TextIter.order() [#908]
+ - gtk4: Update to 3.98.0+410dbdf6
+ - pango: Update and add harfbuzz-gobject as dependency
+ - webkit2gtk-4.0: Update to 2.27.90
+
Vala 0.47.4
===========
* Various improvements and bug fixes: