The ConfigStorageInterface added a new method:
/**
* Returns whether data in this object can be changed.
*
* @return bool
* TRUE if the object cannot be changed, FALSE if it can be changed.
*/
public function isImmutable();
Impacts:
Introduced:
Issue Link: