summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2017-01-24 15:33:23 +0100
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2017-01-24 16:41:06 +0100
commit13e84399d01e5da9a01f0cd3897715fb70d28e3f (patch)
tree3994e219232d1af8d8a960bcfb936ca52266d20d
parent7a15c22f066ba0721038f4ca8a9fc167eb1e8682 (diff)
downloadrdflib-13e84399d01e5da9a01f0cd3897715fb70d28e3f.tar.gz
a bit of changelog
-rw-r--r--CHANGELOG.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cada131..3e7fd112 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,44 @@
+2017/01/2X RELEASE 4.2.2
+========================
+
+This is a bug-fix release, and the last release in the 4.X series.
+
+Bug fixes:
+----------
+* Many SPARQL Engine fixes for aggregates, subqueries, variable-scope
+ [#404](https://github.com/RDFLib/rdflib/issues/404)
+ [#580](https://github.com/RDFLib/rdflib/issues/580)
+ [#607](https://github.com/RDFLib/rdflib/issues/607)
+ [#615](https://github.com/RDFLib/rdflib/issues/615)
+ [#619](https://github.com/RDFLib/rdflib/issues/619)
+ [#628](https://github.com/RDFLib/rdflib/issues/628)
+ [#631](https://github.com/RDFLib/rdflib/issues/631)
+
+
+* initBindings in SPARQL queries finally work everywhere
+ [#294](https://github.com/RDFLib/rdflib/issues/294)
+
+* A handful of Trig serialisation issues
+
+ [#433](https://github.com/RDFLib/rdflib/issues/433)
+ [#679](https://github.com/RDFLib/rdflib/issues/679)
+ [#428](https://github.com/RDFLib/rdflib/issues/428)
+
+
+* Improved support for base64 encoded literals
+ [#646](https://github.com/RDFLib/rdflib/issues/646)
+
+* A handful of bugs around orderability on py3
+ [#676](https://github.com/RDFLib/rdflib/issues/676)
+ [#613](https://github.com/RDFLib/rdflib/issues/613)
+ [#648](https://github.com/RDFLib/rdflib/issues/648)
+ [#653](https://github.com/RDFLib/rdflib/issues/653)
+
+* Improved performance of managing large collections
+ [#609](https://github.com/RDFLib/rdflib/issues/609)
+
+* And many other minor things!
+
2015/08/12 RELEASE 4.2.1
========================