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>
|
<id>jamesdaily</id>
|
||||||
<name>James Daily</name>
|
<name>James Daily</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>darktyko</id>
|
||||||
|
<name>Kyle Meadows</name>
|
||||||
|
</developer>
|
||||||
|
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -45,6 +45,10 @@
|
||||||
custom interceptors you are recommended to migrate to the recommended
|
custom interceptors you are recommended to migrate to the recommended
|
||||||
methods.
|
methods.
|
||||||
</action>
|
</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>
|
||||||
<release version="3.1.0" date="2017-11-23">
|
<release version="3.1.0" date="2017-11-23">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue