diff options
author | David Robillard <d@drobilla.net> | 2018-05-11 15:28:43 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-06-10 19:57:44 +0000 |
commit | d208424fdb4e8b516aff2a5a0d03fc7411909471 (patch) | |
tree | b293d21b26329c6522bd6cb769f30917c14f1bf1 /NEWS | |
parent | 480744aab736a669c548cb5ced68866c3ebffb4e (diff) | |
download | serd-d208424fdb4e8b516aff2a5a0d03fc7411909471.tar.gz serd-d208424fdb4e8b516aff2a5a0d03fc7411909471.tar.bz2 serd-d208424fdb4e8b516aff2a5a0d03fc7411909471.zip |
Fix relative URI serialisation
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |