in breakingchange.go [168:171]
func valueChangedOutput(i interface{}) bool { c := i.(Change) return c.Type == "update" && c.Attribute != nil && (*c.Attribute == "Value") }