func newDefaultValue()

in breakingchange.go [205:208]


func newDefaultValue(i interface{}) bool {
	c := i.(Change)
	return c.Type == "update" && c.Attribute != nil && (*c.Attribute == "Default" && c.From != "")
}