summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-09-28 13:19:27 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-09-28 13:19:27 +0200
commit1c976d3704ca2318bef27ab7537ee98b8eaa9c59 (patch)
tree0d04a276d87986d0bd685006a267166a54cd02f0 /NEWS
parent34ea9e319ac9df3ab3701cf3800a1c616906a886 (diff)
downloadvala-1c976d3704ca2318bef27ab7537ee98b8eaa9c59.tar.gz
Release 0.50.10.50.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 37759ff10..6eeff4a53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Vala 0.50.1
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Don't falsly use g_return_val_if_fail() for async creation method [#1077]
+ + Don't pass CCodeFunctionCall to NULL-aware free macro
+ - vala:
+ + Improve parsing of with-statement and allow it as embedded statement
+ + Prioritize the usage of an existing with-variable instance,
+ Recognize previously inserted implicit access to with-variable [#1043]
+ - parser: Allow to begin expression with statement keyword [#1073]
+ - g-i: Fix a couple of C compiler warnings
+ - libvaladoc: Fix a couple of C compiler warnings
+ - testrunner: Pass --enable-checking to increase coverage, Filter external
+ -0X flags to preserve current default -O0
+ - build: Stop passing obsolete --use-header
+
+ * Bindings:
+ - gstreamer: Update from 1.19.0+ git master
+ - gtk4: Don't skip LayoutManager.create_layout_child() [#1071]
+ - gtk4: Update to 3.99.1+15b635d7
+ - vapi: Update GIR-based bindings
+ - webkit2gtk-4.0: Update to 2.30.1
+
Vala 0.50.0
===========
* Various improvements and bug fixes: