aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-09 16:54:55 -0400
committerDavid Robillard <d@drobilla.net>2016-08-09 16:54:55 -0400
commitb4ba568b24c43c64a758471b36c28923a5adafaa (patch)
tree9597fc681fe929fc42f7ce3a920e24b50bd9a064 /NEWS
parent25781975fc0783a14f76bc60c15df9d3fcb0f8b0 (diff)
downloadserd-b4ba568b24c43c64a758471b36c28923a5adafaa.tar.gz
serd-b4ba568b24c43c64a758471b36c28923a5adafaa.tar.bz2
serd-b4ba568b24c43c64a758471b36c28923a5adafaa.zip
Report missing statement separator errors
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0b22d3e0..1fb089e2 100644
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,13 @@ serd (0.23.0) unstable;
* Add serd_node_new_relative_uri()
* Fix construction and comparison of URIs with UTF-8 characters
* Report I/O errors with message and return appropriate status code
+ * Report missing statement separator errors
* Fix potential out of bounds read
* Fix unaligned memory access, undefined behaviour which breaks on ARM
* Fix documentation generation
* Update serdi man page
- -- David Robillard <d@drobilla.net> Sun, 10 Jul 2016 18:55:37 -0400
+ -- David Robillard <d@drobilla.net> Tue, 09 Aug 2016 16:54:23 -0400
serd (0.22.0) stable;