Skip to content

Commit 2aae42a

Browse files
committed
Update CHANGELOG.md
1 parent db3568b commit 2aae42a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
new behaviour only deletes the actually invalid data and leave the rest of the ping intact.
88
* [#1065](https://github.com/mozilla/glean.js/pull/1065): Only import metric types into the library when they are used either by the user or Glean itself.
99
* Previously the code required to deserialize metric data from the database was always imported by the library even if the metric type was never used by the client. This effort will decrease the size of the Glean.js bundles that don't import all the metric types.
10+
* [#1046](https://github.com/mozilla/glean.js/pull/1046): Remove legacy X-Client-Type X-Client-Version from Glean pings.
11+
1012
# v0.30.0 (2022-01-10)
1113

1214
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.29.0...v0.30.0)

0 commit comments

Comments
 (0)