Compares two dictionaries and returns the key-value pairs that have changed.
The source dictionary to compare.
The target dictionary to compare.
A new dictionary containing the key-value pairs that have changed.
Compares two dictionaries and returns the key-value pairs that have changed.