Skip to content

Commit b8cc7f2

Browse files
committed
Move the changelog entry to the unreleased section
1 parent 981bdac commit b8cc7f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.28.0...main)
44

5+
* [#1006](https://github.com/mozilla/glean.js/pull/1006): Implement the rate metric.
6+
57
# v0.28.0 (2021-12-08)
68

79
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.27.0...v0.28.0)
@@ -11,7 +13,6 @@
1113

1214
* Note: This change required a big refactoring of the internal uploading logic.
1315
* [#994](https://github.com/mozilla/glean.js/pull/994): Automatically restart ping upload once the rate limit window is ended.
14-
* [#1006](https://github.com/mozilla/glean.js/pull/1006): Implement the rate metric.
1516
* Prior to this change, ping uploading would only be resumed once the `.submit()` API was called again, even if Glean was not throttled anymore.
1617
* **Note**: this change does not apply to QML. We used the `setTimeout`/`clearTimeout` APIs in this feature and those are not available on the QML platform. Follow [Bug 1743140](https://bugzilla.mozilla.org/show_bug.cgi?id=1743140) for updates.
1718
* [#1015](https://github.com/mozilla/glean.js/pull/1015): BUGFIX: Make attempting to call the `setUploadEnabled` API before initializing Glean a no-op.

0 commit comments

Comments
 (0)