diff options
author | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2014-03-04 12:20:06 +0100 |
---|---|---|
committer | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2014-03-04 12:20:06 +0100 |
commit | c32e32382685c56cb0530786b50cb79a68205de4 (patch) | |
tree | 0024e4c5a545b8fc5271fce7231ea5209c4b700a /CHANGELOG.md | |
parent | 787134fcd9ab292f0eba352260561f4f8101b625 (diff) | |
download | rdflib-c32e32382685c56cb0530786b50cb79a68205de4.tar.gz |
changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fec37d..5d13e99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +2014/03/03 RELEASE 4.1.1 +======================== + +This is a bug-fix release. + +* The RDF/XML Parser was made stricter, now raises exceptions for + illegal repeated node-elements. + [#363](https://github.com/RDFLib/rdflib/issues/363) + +* The SPARQLUpdateStore now supports non-ascii unicode in update + statements + [#356](https://github.com/RDFLib/rdflib/issues/356) + +* Fixed a bug in the NTriple/NQuad parser wrt. to unicode escape sequences + [#352](https://github.com/RDFLib/rdflib/issues/352) + +* HTML5Lib is no longer pinned to 0.95 + [#355](https://github.com/RDFLib/rdflib/issues/360) + +* RDF/XML Serializer now uses parseType=Literal for well-formed XML literals + +* A bug in the manchester OWL syntax was fixed + [#355](https://github.com/RDFLib/rdflib/issues/355) + 2013/12/31 RELEASE 4.1 ====================== @@ -21,7 +45,7 @@ This is a new minor version RDFLib, which includes a handful of new features: * Optional graph-tracking was added to the Store interface, allowing empty graphs to be tracked for Datasets. The DataSet class also saw - a general clean-up, see: https://github.com/RDFLib/rdflib/pull/309 + a general clean-up, see: [#309](https://github.com/RDFLib/rdflib/pull/309) * After long deprecation, ```BackwardCompatibleGraph``` was removed. |