summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2013-05-22 14:31:58 +0300
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2013-05-22 14:31:58 +0300
commitafd41c555deeb1699adc874776008beaf330087d (patch)
treea8fa7c49afa614c1ec841fc715c5bfd77ed21380 /CHANGELOG.md
parent909777d991ee023dd88f15597b80f49d78da0b58 (diff)
downloadrdflib-afd41c555deeb1699adc874776008beaf330087d.tar.gz
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md48
1 files changed, 24 insertions, 24 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37196fa5..c42a3701 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,30 +1,30 @@
2013/05/22 RELEASE 4.0.1
========================
- Following RDFLib tradition, some bugs snuck into the 4.0 release.
- This is a bug-fixing release:
-
- * the new URI validation caused lots of problems, but is
- nescessary to avoid ''RDF injection'' vulnerabilities. In the
- spirit of ''be liberal in what you accept, but conservative in
- what you produce", we moved validation to serialisation time.
-
- * the ```rdflib.tools``` package was missing from the
- ```setup.py``` script, and was therefore not included in the
- PYPI tarballs.
-
- * RDF parser choked on empty namespace URI
- [#288](https://github.com/RDFLib/rdflib/issues/288)
-
- * Parsing from ```sys.stdin``` was broken
- [#285](https://github.com/RDFLib/rdflib/issues/285)
-
- * The new IO store had problems with concurrent modifications if
- several graphs used the same store
- [#286](https://github.com/RDFLib/rdflib/issues/286)
-
- * Moved HTML5Lib dependency to the recently released 1.0b1 which
- support python3
+Following RDFLib tradition, some bugs snuck into the 4.0 release.
+This is a bug-fixing release:
+
+* the new URI validation caused lots of problems, but is
+ nescessary to avoid ''RDF injection'' vulnerabilities. In the
+ spirit of ''be liberal in what you accept, but conservative in
+ what you produce", we moved validation to serialisation time.
+
+* the ```rdflib.tools``` package was missing from the
+ ```setup.py``` script, and was therefore not included in the
+ PYPI tarballs.
+
+* RDF parser choked on empty namespace URI
+ [#288](https://github.com/RDFLib/rdflib/issues/288)
+
+* Parsing from ```sys.stdin``` was broken
+ [#285](https://github.com/RDFLib/rdflib/issues/285)
+
+* The new IO store had problems with concurrent modifications if
+ several graphs used the same store
+ [#286](https://github.com/RDFLib/rdflib/issues/286)
+
+* Moved HTML5Lib dependency to the recently released 1.0b1 which
+ support python3
2013/05/16 RELEASE 4.0
======================