`oldMap.addAll( newMap.filterKeys { it !in oldMap ...
# announcements
b
oldMap.addAll( newMap.filterKeys { it !in oldMap  } )
?