aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-08-30 20:43:05 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d (patch)
treed7be35c7b4b3d466049352f2975e2c88c298f4b8 /NEWS
parentb13ad41a4d65b577b4db67660a9edf3056bdf7af (diff)
downloadserd-258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d.tar.gz
serd-258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d.tar.bz2
serd-258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d.zip
Use ZixStringView directly
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 69166105..f6f6ce97 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ serd (1.1.1) unstable; urgency=medium
* Remove serd_uri_to_path()
* Remove support for reading Turtle named inline nodes extension
* Remove useless character counting from API
- * Rename SerdChunk to SerdStringView
+ * Replace SerdChunk with ZixStringView
* Replace serdi with more focused tools
* Simplify statement flags
* Simplify writer style options and write UTF-8 by default
@@ -27,7 +27,7 @@ serd (1.1.1) unstable; urgency=medium
* Use a fixed-size reader stack
* Use char* for strings in public API
- -- David Robillard <d@drobilla.net> Wed, 13 Jul 2022 23:12:23 +0000
+ -- David Robillard <d@drobilla.net> Mon, 19 Dec 2022 20:54:56 +0000
serd (0.32.0) stable; urgency=medium