summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-01-08 21:49:40 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-01-08 21:49:40 +0100
commite73a038895c2f79555bae2bf5a4c25bd345a823f (patch)
tree22bb3334b8ebb47b21b568af69d2e2acc4578510 /NEWS
parent265a5cdc1e4c9e53b59f3c6374e57175b0e9dcc3 (diff)
downloadvala-e73a038895c2f79555bae2bf5a4c25bd345a823f.tar.gz
Sync NEWS from 0.54
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a6c1ffcd..6aff076bf 100644
--- 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: