aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-12 20:39:23 +0200
committerDavid Robillard <d@drobilla.net>2019-12-19 20:52:40 -0500
commitb6368f061770629493391da74b9dbf3b5777c07d (patch)
tree666a8e686032d3684b3b0fdd8a7515ea13fc389d /NEWS
parentd7c7506a6f4af1918ba06d7730568b7858c11539 (diff)
downloadserd-b6368f061770629493391da74b9dbf3b5777c07d.tar.gz
serd-b6368f061770629493391da74b9dbf3b5777c07d.tar.bz2
serd-b6368f061770629493391da74b9dbf3b5777c07d.zip
Use a fixed-size reader stack
This improves performance, and makes the reader more suitable for embedded or network-facing applications, at the cost of requiring the user to specify a maximum stack size.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 22b2cca5..fd5fcb02 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ serd (1.0.1) unstable;
* Remove half-baked serd_uri_to_path()
* Remove useless character counting from API
* Rename SerdChunk to SerdStringView
+ * Use a fixed-size reader stack
* Use char* for strings in public API
-- David Robillard <d@drobilla.net> Sat, 19 Jan 2019 12:31:12 +0000