aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-06-21 17:38:07 +0200
committerDavid Robillard <d@drobilla.net>2020-06-21 18:06:21 +0200
commit16573e710c9481ede8b12f5c00127f8e8a975d02 (patch)
tree64c4b79c5cadec1ca54104de6e36e5aed77cb582 /NEWS
parent4111b5359143d301aebd0fde3ac0cc8e3a70bf4d (diff)
downloadserd-16573e710c9481ede8b12f5c00127f8e8a975d02.tar.gz
serd-16573e710c9481ede8b12f5c00127f8e8a975d02.tar.bz2
serd-16573e710c9481ede8b12f5c00127f8e8a975d02.zip
Strengthen function checks to check for type
This makes the checks work with strict warnings and Werror.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 88cc1d4f..141c2916 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+serd (0.30.5) unstable;
+
+ * Fix various minor warnings and other code quality issues
+
+ -- David Robillard <d@drobilla.net> Sun, 21 Jun 2020 18:05:27 +0200
+
serd (0.30.4) stable;
* Fix EOF handling while reading in bulk or from strings