]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Sync NEWS from 0.54
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 8 Jan 2022 20:49:40 +0000 (21:49 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 8 Jan 2022 20:49:40 +0000 (21:49 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 3a6c1ffcd115bc5f4b1e9aa89ba74310bff11d30..6aff076bfd21f23098d52b2cd08badbf37417ad5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Vala 0.54.6
+===========
+ * Various improvements and bug fixes:
+  - codegen:
+    + Allow boxing of non-external SimpleType structs [#1273]
+    + Cast given default-value of struct with possible member initializer [#1272]
+    + Clear existing length values when revisiting a slice expression [#1274]
+  - vala:
+    + Allow unsafe assignment of integer to enum while reporting a notice
+    + Non nullable enum types are simple types [#1268]
+    + Correctly replace "in" expression in pre-/postconditions of method [#1269]
+
+ * Bindings:
+  - gio-2.0: Add custom MemoryOutputStream.with_*data() wrappers [#1271]
+
 Vala 0.54.5
 ===========
  * Various improvements and bug fixes: