summaryrefslogtreecommitdiff
path: root/RELEASE.html
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.html')
-rw-r--r--RELEASE.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASE.html b/RELEASE.html
index 6d46276a..917ba035 100644
--- a/RELEASE.html
+++ b/RELEASE.html
@@ -14,6 +14,15 @@
<p>Not yet released.
</p>
+<h3>Parser changes</h3>
+
+<p>The Turtle parser was improved to process input in chunks, rather
+than all in one step (with a large memory buffer). This allows
+Turtle to read and parse files much larger than the system memory;
+it splits the inputs after the end of a turtle "sentence" that ends
+in a <code>.</code>. This improvment was contributed by
+Sebastian Freundt. Thanks</p>
+
<h3>Serializer changes</h3>
<p>Added a serializer for the
@@ -24,6 +33,10 @@ H. McCullough based on the Turtle serializer. Thanks.
<h3>Other changes</h3>
+<p>Made Raptor build again with CMake under Windows via CI as a
+service Appveyor. The resulting binaries and libraries were not
+tested.</p>
+
<p>Made some code changes to quiet GCC extra warnings.</p>
<p>Some portability fixes were made for building under cygwin from