Credit for #359
This commit is contained in:
parent
1c082f7f6e
commit
689df98cf9
4
pom.xml
4
pom.xml
|
@ -224,6 +224,10 @@
|
|||
<id>euvitudo</id>
|
||||
<name>Phillip Warner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>subhrajyotim</id>
|
||||
<name>Subhro</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -103,6 +103,10 @@
|
|||
OperationDefinitions. Thanks
|
||||
to Phillip Warner for implementing this, and providing a pull request!
|
||||
</action>
|
||||
<action type="fix" issue="359">
|
||||
Properly handle null arrays when parsing JSON resources. Thanks to Subhro for
|
||||
fixing this and providing a pull request!
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.5" date="2016-04-20">
|
||||
<action type="fix" issue="339">
|
||||
|
|
Loading…
Reference in New Issue