Strabon
changeset 1012:4e4583f93e69
updated ChangeLog file
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Mon Apr 08 15:50:09 2013 +0300 (2013-04-08) |
parents | dd7724b049de |
children | 298fb2032149 |
files | ChangeLog |
line diff
1.1 --- a/ChangeLog Mon Apr 08 15:41:13 2013 +0300 1.2 +++ b/ChangeLog Mon Apr 08 15:50:09 2013 +0300 1.3 @@ -2,6 +2,11 @@ 1.4 1.5 * Version 3.2.9 released. 1.6 1.7 + * Added support of all SPARQL result types provided by Sesame (json, 1.8 + xml, csv, tsv, binary). To get the respective writer, just prepend the 1.9 + string "SPARQL/", e.g., "SPARQL/JSON". This is to ensure that we 1.10 + support all SPARQL result formats of the SPARQL Protocol. 1.11 + 1.12 * Fixed a bug where a non-implemented extension function would make 1.13 Strabon throw a NULL pointer exception. Now we get away with it 1.14 through a warning.