diff --git a/pom.xml b/pom.xml
index f8ec2c54bfe..6086e521df4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,6 +256,12 @@
FilipDomazet
Filip Domazet
+
+ bdenton
+ Bill Denton
+ Akana, Inc
+
+
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index afcabd26f3e..e40233aefc9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -208,6 +208,14 @@
using ?_pretty=false]]>. Thanks to
Allan Brohansen and Jens Villadsen for the suggestion!
+
+ Add a new JSON library abstraction layer to the JSON parser.
+ This contribution shouldn't have any end-user impact but does
+ make it easier to use the JSON parser to generate custom structures
+ for other purposes, and should allow us to support RDF more
+ easily at some point. Thanks to Bill Denton for the pull
+ request and the contribution!
+