From a61f69fb4c9618896f2763ff62c1c6b68c8f1d64 Mon Sep 17 00:00:00 2001 From: garindae Date: Wed, 18 Aug 2021 16:44:24 -0400 Subject: [PATCH 1/2] Updated docs for vi-firmware release 8.2.1 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ad1b1..0292c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # OpenXC Message Format Changelog +## v0.8.0 + +* Feature: Support for GET_VIN command +* Improvements: Diagnostic Request structure enhanced to handle stitch frames + ## v0.7.0-dev * Improvement: Increase diagnostic response payload size to accommodate diff --git a/README.md b/README.md index 24b3bc1..e81a73e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenXC Message Format Specification -Version: v0.7.0-dev +Version: v0.8.0 This specification is a part of the [OpenXC platform][OpenXC]. @@ -161,7 +161,7 @@ found in the [OBD-II standard](http://en.wikipedia.org/wiki/OBD-II_PIDs#Mode_01) License ======= -Copyright (c) 2012-2014 Ford Motor Company +Copyright (c) 2012-2021 Ford Motor Company Licensed under the BSD license. From fdfd545c146447bf2e5eb5151ebbb832409d2ac1 Mon Sep 17 00:00:00 2001 From: garindae Date: Wed, 18 Aug 2021 16:51:32 -0400 Subject: [PATCH 2/2] Added to docs the removal of messagepack format --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0292c2d..07aeafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Feature: Support for GET_VIN command * Improvements: Diagnostic Request structure enhanced to handle stitch frames +* Removed: MessagePack encoding removed ## v0.7.0-dev