diff options
author | David Robillard <d@drobilla.net> | 2018-06-13 15:18:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-11-25 22:12:47 +0100 |
commit | 29f0cefc019e8e93e8ae9bb016c8dc93711173a0 (patch) | |
tree | 84b24003561214f4e3444c4f926cea3ba70d2ef9 /NEWS | |
parent | 957fbbae9d51e3850f00ed109052ce7bab7087e0 (diff) | |
download | serd-29f0cefc019e8e93e8ae9bb016c8dc93711173a0.tar.gz serd-29f0cefc019e8e93e8ae9bb016c8dc93711173a0.tar.bz2 serd-29f0cefc019e8e93e8ae9bb016c8dc93711173a0.zip |
Shorten node constructor names
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ serd (1.0.0) unstable; * Remove serd_uri_to_path() * Use SerdBuffer for mutable buffers instead of abusing SerdChunk - * Add serd_node_new_relative_uri() + * Add serd_new_relative_uri() * Fix construction and comparison of URIs with UTF-8 characters * Use char* for strings in public API * Remove useless character counting |