This commit is contained in:
James Agnew 2016-10-19 10:39:54 -04:00
parent 3d686e9383
commit 79e14798cd
2 changed files with 14 additions and 0 deletions

View File

@ -256,6 +256,12 @@
<id>FilipDomazet</id>
<name>Filip Domazet</name>
</developer>
<developer>
<id>bdenton</id>
<name>Bill Denton</name>
<organization>Akana, Inc</organization>
</developer>
</developers>
</developers>
<licenses>

View File

@ -208,6 +208,14 @@
using <![CDATA[<code>?_pretty=false</code>]]>. Thanks to
Allan Brohansen and Jens Villadsen for the suggestion!
</action>
<action type="add" issue="469">
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!
</action>
</release>
<release version="2.0" date="2016-08-30">
<action type="fix">