diff options
author | David Robillard <d@drobilla.net> | 2016-03-15 14:52:47 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-03-15 14:52:47 -0400 |
commit | ce981fefe0c4d4f9c871b574a92eec06e3149e3e (patch) | |
tree | 92d7bf7e914cc3b9effc82de64350f0d1bc2bc6e /NEWS | |
parent | 19cd4c95e10ec83f8fbf41809e9d3688c64bd2d8 (diff) | |
download | sord-ce981fefe0c4d4f9c871b574a92eec06e3149e3e.tar.gz sord-ce981fefe0c4d4f9c871b574a92eec06e3149e3e.tar.bz2 sord-ce981fefe0c4d4f9c871b574a92eec06e3149e3e.zip |
Make sord_node_get_counted return byte count
Also clarify formerly ambiguous documentation, and add
sord_node_get_string_measured to get both byte and character counts.
Technically, this breaks behaviour, but most (if not all) existing code
that uses this function was actually expecting a byte count. This is
unsurprising since a UTF-8 character count is almost always useless.
This approach causes less problems in reality, since it fixes broken
behaviour in the wild without requiring any changes in user code.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,10 +1,12 @@ -sord (0.14.1) unstable; +sord (0.15.1) unstable; * Fix documentation generation * Return error from sord_inserter_write_statement() if a node can not be written (e.g. undefined prefix) + * Make sord_node_get_counted return byte count, and clarify documentation + * Add sord_node_get_string_measured to get both byte and character counts - -- David Robillard <d@drobilla.net> Fri, 04 Dec 2015 21:23:36 -0500 + -- David Robillard <d@drobilla.net> Tue, 15 Mar 2016 14:51:35 -0400 sord (0.14.0) stable; |