Credit for #810
This commit is contained in:
parent
5425172816
commit
64ba145d93
5
pom.xml
5
pom.xml
|
@ -382,6 +382,11 @@
|
|||
<id>jamesdaily</id>
|
||||
<name>James Daily</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>darktyko</id>
|
||||
<name>Kyle Meadows</name>
|
||||
</developer>
|
||||
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -45,6 +45,10 @@
|
|||
custom interceptors you are recommended to migrate to the recommended
|
||||
methods.
|
||||
</action>
|
||||
<action type="fix" issue="810">
|
||||
Fix an issue in JPA server where updating a resource sometimes caused date search indexes to
|
||||
be incorrectly deleted. Thanks to Kyle Meadows for the pull request!
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.1.0" date="2017-11-23">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue