aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-10-21 20:57:33 +0200
committerDavid Robillard <d@drobilla.net>2022-01-13 23:04:05 -0500
commit89be71eabefcc55a3d0a56d7bed7124c4fdafbd8 (patch)
tree6c2b019b462999d1178441943d1cf90c4bd7b17c /NEWS
parentaca4640882aab7da0193ee2f5767ecd6d9506b0c (diff)
downloadserd-89be71eabefcc55a3d0a56d7bed7124c4fdafbd8.tar.gz
serd-89be71eabefcc55a3d0a56d7bed7124c4fdafbd8.tar.bz2
serd-89be71eabefcc55a3d0a56d7bed7124c4fdafbd8.zip
Simplify streaming API and improve pretty printing
This removes the obligation from the caller to correctly maintain flags to describe the current anonymous context, instead making the writer handle this itself as much as possible. Flags remain for the cases the writer can not infer from context: the start of anonymous subject and object nodes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 210e4f80..98526af7 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ serd (1.0.1) unstable;
* Remove support for Turtle named inline nodes extension
* Remove useless character counting from API
* Rename SerdChunk to SerdStringView
+ * Simplify streaming API and improve pretty printing
* Simplify writer style options
* Use a fixed-size reader stack
* Use char* for strings in public API