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
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
If any KVO methods get called (e.g., -willChangeValueForKey: and
-didChangeValueForKey:), -isUpdated will return YES even if nothing has
actually changed.
Here, we prune unchanged values from the updates dictionary to ensure
the record will not return YES for -hasChanges unless values change in
the first place.
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
0 commit comments