summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2014-03-04 12:20:06 +0100
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2014-03-04 12:20:06 +0100
commitc32e32382685c56cb0530786b50cb79a68205de4 (patch)
tree0024e4c5a545b8fc5271fce7231ea5209c4b700a /CHANGELOG.md
parent787134fcd9ab292f0eba352260561f4f8101b625 (diff)
downloadrdflib-c32e32382685c56cb0530786b50cb79a68205de4.tar.gz
changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
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.