You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grammar: Fixes operator precedence when parsing return type expressions from extension YAMLs. This can be breaking for user defined extensions YAMLs which may have relied on the faulty operator precedence parsing behavior which is now fixed to use conventional operator precedence.
protos: removes deprecated Type.user_defined_type_reference field
Features
protos: remove deprecated Type.user_defined_type_reference field (#1095) (0cdad6d)
Bug Fixes
grammar: give binary operators conventional precedence (#1107) (d4eee3d)