aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-09-23 21:30:52 +0200
committerDavid Robillard <d@drobilla.net>2017-09-23 21:30:52 +0200
commit8d954ab071e286f0b2bdfc542bb3725eb5a2ab0e (patch)
tree6bc42d4c19c76094f39b24edde892f9a77e03edb /NEWS
parent730052666c993e40606a9633865eb46e61867f78 (diff)
downloadserd-8d954ab071e286f0b2bdfc542bb3725eb5a2ab0e.tar.gz
serd-8d954ab071e286f0b2bdfc542bb3725eb5a2ab0e.tar.bz2
serd-8d954ab071e286f0b2bdfc542bb3725eb5a2ab0e.zip
Add basic error tolerant parsing for line-based formats
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f35745fa..ed213940 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,13 @@
serd (0.29.3) unstable;
+ * Add basic error tolerant parsing for line-based formats
* Support strict parsing of prefixed names
* Report errors for all failing test cases
* Use more efficient stack allocation and growth policies
* Add NTriples test suite
* Fix building with MSVC
- -- David Robillard <d@drobilla.net> Sat, 23 Sep 2017 15:03:52 +0200
+ -- David Robillard <d@drobilla.net> Sat, 23 Sep 2017 20:33:19 +0200
serd (0.28.0) stable;