Remove factor and offset from diag requests - left up to clients.
[apps/low-level-can-service.git] / CHANGELOG.md
1 # OpenXC Message Format Changelog
2
3 ## v0.3.1-dev
4
5 * Removed factor and offset from diagnostic requests to minimize the number of
6   fields, and since this is such an uncommon use case and one that can be
7   handled by the client receiving the data. We may add them back in the future.
8
9 ## v0.3
10
11 * Add diagnostic message request/response format.
12 * Officially add Protcol Buffer encoding.
13 * Change JSON delimiter to ```\0``` for both input and output.
14 * Officially document version and device ID commands.
15
16 ## v0.2
17
18 * Add a RAW can message format.
19
20 ## v0.1
21
22 * Initial release.