X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CHANGELOG.md;h=ed22556cfba5369c7782a2992962524d2d110459;hb=3b29964126040a3704f004381e0329da50e391b0;hp=e40621ab53f080c273ef141e793ef3271d064f97;hpb=9bce073224cd7fb47327743ddc786199887556dc;p=apps%2Fagl-service-can-low-level.git diff --git a/CHANGELOG.md b/CHANGELOG.md index e40621ab..ed22556c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # OpenXC Message Format Changelog +## v0.4-dev + +* Removed factor and offset from diagnostic requests to minimize the number of + fields, and since this is such an uncommon use case and one that can be + handled by the client receiving the data. We may add them back in the future. +* Add `extras` field to JSON messages. +* Expand range of mode field to a full byte (#10) + +## v0.3 + +* Add diagnostic message request/response format. +* Officially add Protcol Buffer encoding. +* Change JSON delimiter to ```\0``` for both input and output. +* Officially document version and device ID commands. + ## v0.2 * Add a RAW can message format.