aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-08 17:33:30 +0000
committerDavid Robillard <d@drobilla.net>2012-03-08 17:33:30 +0000
commit1725dfdf7c446449e64173ef41fd42465e2bae53 (patch)
treef85a9824aa495446a7b8191369d0bdc813d49d4b /ChangeLog
parentf4365012b555699b916dbeec4d81425bf663579c (diff)
downloadserd-1725dfdf7c446449e64173ef41fd42465e2bae53.tar.gz
serd-1725dfdf7c446449e64173ef41fd42465e2bae53.tar.bz2
serd-1725dfdf7c446449e64173ef41fd42465e2bae53.zip
serd_node_new_uri_from_path => serd_node_new_file_uri.
git-svn-id: http://svn.drobilla.net/serd/trunk@331 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 623a371f..a741e689 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,7 +31,7 @@ serd (UNRELEASED) unstable; urgency=low
document, to prevent silent merging of distinct blank nodes.
* Handle files and strings that start with a UTF-8 Byte Order Mark.
* Add serd_writer_get_env().
- * Add serd_node_new_uri_from_path() and serd_file_uri_parse() and implement
+ * Add serd_node_new_file_uri() and serd_file_uri_parse() and implement
proper URI to/from path hex escaping, etc.
* Add serd_uri_serialise_relative() for making URIs relative to a base
where possible (by chopping a common prefix and adding dot segments).