diff options
author | Eric <emarsman@users.noreply.github.com> | 2016-03-17 11:45:28 -0400 |
---|---|---|
committer | Eric <emarsman@users.noreply.github.com> | 2016-03-17 11:45:28 -0400 |
commit | 10925cf17bd22d406f31892cfcb7264de4024431 (patch) | |
tree | c54accc5ae4ff0c3e8cdc80cf0d6d51c31ca2b5f /CHANGELOG.md | |
parent | 07abdd1ed8c3eaf4565a55ec9fcb805f3b6607c8 (diff) | |
parent | 3fdb20368c293dce5c69911f7024183191f86da2 (diff) |
Merge pull request #27 from openxc/messagepackadditions
Prep for C5 SD & RTC support with Messagepackadditions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 91473020..3bd680d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # OpenXC Message Format Changelog -## v0.5.0-dev +## v0.6.0 + +* Feature: Added MessagePack support for BTLE connections. +* Feature: Support for vehicle message timestamps (changed previous uptime). +* Feature: Support for C5 SD Card. +* Feature: Support for C5 RTC. +* Fix: Update submodule from code.google to github. ## v0.5.0 |