Credit for #1117
This commit is contained in:
parent
84acafe3af
commit
e75d2e1f10
4
pom.xml
4
pom.xml
|
@ -478,6 +478,10 @@
|
|||
<id>volsch</id>
|
||||
<name>Volker Schmidt</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>magnuswatn</id>
|
||||
<name>Magnus Watn</name>
|
||||
</developers>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -24,6 +24,10 @@
|
|||
within a single DB transaction. This improves performance and reduces contention when
|
||||
performing large expunge workloads.
|
||||
</action>
|
||||
<action type="add" issue="1117">
|
||||
A badly formatted log message when handing exceptions was cleaned up. Thanks to
|
||||
Magnus Watn for the pull request!
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.6.0" date="2018-11-12" description="Food">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue