Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
Fix wording
  • Loading branch information
travis79 committed Jul 20, 2020
1 parent ca19942 commit 16c6fd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* BUGFIX: fix `int32` to `ErrorType` mapping. The `InvalidOverflow` had a value mismatch between glean-core and the bindings. This would only be a problem in unit tests. ([#1063](https://github.com/mozilla/glean/pull/1063))
* Implement a JWE metric type ([#1062](https://github.com/mozilla/glean/pull/1062)).
* Enable propagating options to the main product Activity when using the `GleanDebugActivity`.
* Android
* BUGFIX: Fix the metrics ping collection for startup pings such as `reason=upgrade` to occur in the same thread/task as Glean initialize. Otherwise, it gets collected after the application lifetime metrics are cleared such as experiments that should be in the ping. ([#1069](https://github.com/mozilla/glean/pull/1069))

# v31.4.0 (2020-07-16)

Expand Down

0 comments on commit 16c6fd3

Please sign in to comment.