summaryrefslogtreecommitdiff
path: root/RELEASE.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2013-12-01 09:04:47 -0800
committerDave Beckett <dave@dajobe.org>2013-12-01 09:04:47 -0800
commitb52a2b343fad0beda2650c2070cc173bc2d1bcdd (patch)
treea0ed8d67270d39d22703bf82ba2244f6ab9e0a66 /RELEASE.html
parentd7e733a50afe790ecdb81f93f6476cf9591f3a60 (diff)
downloadraptor-b52a2b343fad0beda2650c2070cc173bc2d1bcdd.tar.gz
2.0.12
Diffstat (limited to 'RELEASE.html')
-rw-r--r--RELEASE.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/RELEASE.html b/RELEASE.html
index 4dc1b337..bf4802bc 100644
--- a/RELEASE.html
+++ b/RELEASE.html
@@ -15,6 +15,26 @@
</p>
+<h3>Parser changes</h3>
+
+<p>N-Triples parser was updated to pass the test suite to support all of
+<a href="http://www.w3.org/TR/2013/CR-n-triples-20131105/">RDF 1.1
+N-Triples - A line-based syntax for an RDF graph</a> (aka N-Triples 2013).
+This main was to allow <code>\b</code> and <code>\f</code> escapes
+and fix the allowed blank node identifier characters.
+</p>
+
+<h3>Term class changes</h3>
+
+<p>Added <code>raptor_new_term_from_counted_string()</code> to
+create a term from a Turtle or N-Triples string syntax. This is
+the opposite of <code>raptor_term_to_turtle_counted_string()</code>
+and <code>raptor_term_to_turtle_string()</code> and also reads the
+strings created by <code>raptor_term_to_counted_string()</code> and
+<code>raptor_term_to_string()</code>.
+</p>
+
+
<h2 id="rel2_0_11"><a name="rel2_0_11">Raptor2 2.0.11 changes</a></h2>
<p>Issues Fixed:</p>