Credit for #97

This commit is contained in:
James Agnew 2015-02-03 10:39:54 -05:00
parent a3be361e40
commit 5c29f71db1
2 changed files with 8 additions and 0 deletions

View File

@ -119,6 +119,10 @@
<name>Bill de Beaubien</name>
<organization>Systems Made Simple</organization>
</developer>
<developer>
<id>twilson650</id>
<name>Tom Wilson</name>
</developer>
</developers>
<licenses>

View File

@ -92,6 +92,10 @@
<action type="add">
JPA module now supports deleting resource via transaction
</action>
<action type="fix" issue="97" due-to="twilson650">
DateClientParam#second() incorrectly used DAY precision instead
of SECOND precision. Thanks to Tom Wilson for the pull request!
</action>
</release>
<release version="0.8" date="2014-Dec-17">
<action type="add">