Bug 1266554 - Add note to core ping version history to explain discrepancy. r=gfritzsche draft
authorMichael Comella <michael.l.comella@gmail.com>
Mon, 02 May 2016 10:19:55 -0700
changeset 358373 b8ebf1eee0028b892bd7ba3fec01faa409de6e0a
parent 357423 4dc48f3688f053e2fa74bf6c7beb4dff274ffc1f
child 519838 a0f98be4b186ee6b0b0528887c0651e4f374b7b8
push id16991
push usermichael.l.comella@gmail.com
push dateMon, 02 May 2016 17:27:05 +0000
reviewersgfritzsche
bugs1266554
milestone49.0a1
Bug 1266554 - Add note to core ping version history to explain discrepancy. r=gfritzsche MozReview-Commit-ID: CHJW3eabXp4
toolkit/components/telemetry/docs/core-ping.rst
--- a/toolkit/components/telemetry/docs/core-ping.rst
+++ b/toolkit/components/telemetry/docs/core-ping.rst
@@ -103,12 +103,20 @@ all of the following events occur:
 #. The package install date could not be persisted to disk
 
 The reason we don't just return the package install time even if the date could
 not be persisted to disk is to ensure the value doesn't change once we start
 sending it: we only want to send consistent values.
 
 Version history
 ---------------
-* v4: added ``distributionId``
-* v3: ``profileDate`` will return package install time when times.json is not available
-* v2: added ``defaultSearch``
+* v4: ``profileDate`` will return package install time when times.json is not available
+* v3: added ``defaultSearch``
+* v2: added ``distributionId``
 * v1: initial version
+
+Notes
+~~~~~
+
+* ``distributionId`` (v2) actually landed after ``profileDate`` (v4) but was
+  uplifted to 46, whereas ``profileDate`` landed on 47. The version numbers in
+  code were updated to be increasing (bug 1264492) and the version history docs
+  rearranged accordingly.