summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-02-18 10:27:57 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-02-18 10:27:57 +0100
commitc040d6555e699ffb03ad5c75d7df5c6d52764231 (patch)
tree2e101d4234f7a20708cf93b102019fd2058f41bd /NEWS
parent86bc23f2d7295ae3b2f5f79449d2c5a4a7a93a58 (diff)
downloadvala-c040d6555e699ffb03ad5c75d7df5c6d52764231.tar.gz
Release 0.51.20.51.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b7a70141..cf0bc5b0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Vala 0.51.2
+===========
+ * Various improvements and bug fixes:
+ - vala:
+ + Check type-arguments in base-types/prerequisites of class/interface [#404]
+ + Include type-checks in preconditions of methods for type narrowing [#894]
+ + Capturing va_list parameters/variables is not allowed [#1136]
+ + Properly parse and handle chained initialization of members [#1137]
+ - codewriter: Output valid vala syntax for LoopStatement and don't write
+ trailing ";" after body of WithStatement
+
+ * Bindings:
+ + gstreamer: Update from 1.19.0+ git master
+ + vapi: Update GIR-based bindings
+
Vala 0.51.1
===========
* Highlights: