You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Issue **#75** : Add `Deltas`to `Update` to allow recording of a change where the before/after state is not known or is too large to record, e.g. adding a user to an long allow-list. Change `Update.After` to be 0-1 to allow flexibility in recording an update.
* Issue **#75** : Add `Changes` element to `Update` to allow recording of a change where the before/after state is not known or is too large to record, e.g. adding a user to an long allow-list.