summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-05-19 15:34:56 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-05-19 15:44:45 +0200
commita3e7970cea5071a45228b4e3c4209f9b5efdecdb (patch)
tree01c9b6e274c20dfb328411650761e8ce1a5d8923 /NEWS
parentb76e60c81849e534f6840b19e6876d43ba62e5e3 (diff)
downloadvala-a3e7970cea5071a45228b4e3c4209f9b5efdecdb.tar.gz
Sync NEWS from 0.48
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 784a44449..468277188 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Vala 0.48.6
+===========
+ * Regression and bug fixes:
+ - codegen:
+ + Correctly handle cast-expression of real struct to nullable struct [#991]
+ + Use loop index instead of get_ccode_pos() for ellipsis parameter [#995]
+ - vala:
+ + Allow node_ref being null in SemanticAnalyzer.get_instance_base_type()
+ + SemanticAnalyzer.get_instance_base_type() is not allowed to return null
+ + params-array parameter is not allowed in abstract/virtual method [#985]
+ + Use stable hash for methods in HashMap of implicit_implementations [#990]
+ and Use "str_equal" as equal_func for ArrayList<string> instances
+ + Set value_type of undefined member-access to avoid further criticals
+ + Transform cast from floating-type to boxed-type [#991]
+ + Transform cast from integer-type to boxed-type [#992]
+ + Explicit "new" method may be incompatible with a posssible base method
+ - valadoc: Add implicit "Posix" using-directive for POSIX profile
+ - girparser: Add support for boolean "new" argument for methods
+
+ * Bindings:
+ - gtk4: Update to 3.98.3+028942c8
+
Vala 0.48.5
===========
* Regression and bug fixes: