Credit for #879
This commit is contained in:
parent
1689dc889e
commit
1ba00f6b11
|
@ -246,6 +246,12 @@
|
||||||
is a no-op (e.g. a conditional create that did not need to perform
|
is a no-op (e.g. a conditional create that did not need to perform
|
||||||
any action, or an update where the contents didn't actually change)
|
any action, or an update where the contents didn't actually change)
|
||||||
</action>
|
</action>
|
||||||
|
<action type="fix" issue="879">
|
||||||
|
JPA server sometimes updated resources even though the client
|
||||||
|
supplied an update with no actual changes in it, due to
|
||||||
|
changes in the metadata section being considered content
|
||||||
|
changes. Thanks to Kyle Meadows for the pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="3.2.0" date="2018-01-13">
|
<release version="3.2.0" date="2018-01-13">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue