aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 15:28:43 +0200
committerDavid Robillard <d@drobilla.net>2018-06-10 19:57:44 +0000
commitd208424fdb4e8b516aff2a5a0d03fc7411909471 (patch)
treeb293d21b26329c6522bd6cb769f30917c14f1bf1 /NEWS
parent480744aab736a669c548cb5ced68866c3ebffb4e (diff)
downloadserd-d208424fdb4e8b516aff2a5a0d03fc7411909471.tar.gz
serd-d208424fdb4e8b516aff2a5a0d03fc7411909471.tar.bz2
serd-d208424fdb4e8b516aff2a5a0d03fc7411909471.zip
Fix relative URI serialisation
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b54e8bd4..3752c90f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ serd (0.29.3) unstable;
* Clarify errors returned by serd_env_expand()
* Fix reported error when reading statements with only a blank node
* Fix parsing local names that end with escaped dots
+ * Improve relative URI serialisation
* Add serdi option to write ASCII output
* Make serdi guess input syntax from extension if unspecified
* Make serdi syntax options case-insensitive