Add safe schema change for descriptions changing (#4275)
This adds a new safe schema-change when a description changes of any
schema-member. Do note that there are some drive-by fixes in here as I
noticed a bug in safe-argument changes where we'd just always report the
changes rather than actually see whether something changed 😅
Resolves https://github.com/graphql/graphql-js/issues/4245