Description
If object modified twice in a transaction, then auditing only picks up changes to first properties modified.
for example, suppose first time an object is modified its properties "firstName" and "lastName" are updated; then later on suppose that "cityOfBirth", "lastName" and "age" are updated.
The auditing would not report the changes to "age" because it quits out of capturing pre-values as soon as "lastName" is encountered in the second update.