aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-24 20:59:54 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit65cbb4a13f615658282677fcf04685bae63e893c (patch)
treeb9c66e757cf28ce96906d3426300811645753173 /NEWS
parentc661dbe50d7f634ec5b2863260f41f098fc9c882 (diff)
downloadserd-65cbb4a13f615658282677fcf04685bae63e893c.tar.gz
serd-65cbb4a13f615658282677fcf04685bae63e893c.tar.bz2
serd-65cbb4a13f615658282677fcf04685bae63e893c.zip
Support writing all escapes in Turtle and TriG prefixed names
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index baaeb8a0..7df3b70a 100644
--- a/NEWS
+++ b/NEWS
@@ -13,10 +13,11 @@ serd (1.1.1) unstable; urgency=medium
* Rename SerdChunk to SerdStringView
* Simplify statement flags
* Simplify writer style options and write UTF-8 by default
+ * Support writing all escapes in Turtle and TriG prefixed names
* Use a fixed-size reader stack
* Use char* for strings in public API
- -- David Robillard <d@drobilla.net> Wed, 13 Jul 2022 20:39:07 +0000
+ -- David Robillard <d@drobilla.net> Wed, 13 Jul 2022 21:43:56 +0000
serd (0.32.0) stable; urgency=medium