i can can easily compare for added or changed values,
loop through newer list and match against the previous, but while this shows items added, it does not show items removed,

is there a better solution to having to loop through the older list as well to find removed items?