Credit for #97
This commit is contained in:
parent
a3be361e40
commit
5c29f71db1
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue