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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
- New lint: `UNUSED_NO_LINT` when a lint is listed for a metric but doesn't actually trigger
7
7
- New lint: `UNKNOWN_LINT` when an unknown lint is named in the `no_lint` list
8
8
- Add Sendable conformance to Pings ([#810](https://github.com/mozilla/glean_parser/pull/810))
9
+
- BREAKING CHANGE: Add `oneOf` type to object metric type structure. This requires changes in the generated code and is thus breaking, but shouldn't affect users ([#803](https://github.com/mozilla/glean_parser/pull/803))
0 commit comments