From 4d535bbe0390ed4f03c611e433145c9e49cbf3ad Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jul 2017 14:59:05 +0200 Subject: Add serd_node_from_substring() This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5839d2a3..0798b1a1 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ -serd (0.27.1) unstable; +serd (0.27.2) unstable; * Add support for reading from a user provided callback + * Add serd_node_from_substring() * Fix strict parsing of abolute URI schemes + * Fix parsing of hex escapes in file URIs (thanks Johannes Mueller) - -- David Robillard Thu, 29 Jun 2017 12:20:40 -0400 + -- David Robillard Sun, 09 Jul 2017 14:58:47 +0200 serd (0.26.0) stable; -- cgit v1.2.1