diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2ab3593d359..0cc28a7fddd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -246,6 +246,12 @@ 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) + + 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! +