diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-08-04 21:36:47 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-08-04 21:36:47 -0400 |
commit | 3b29964126040a3704f004381e0329da50e391b0 (patch) | |
tree | b466882dc5ea65512c5d0a76527db4e3fa9d27e2 /CHANGELOG.md | |
parent | 9557c4b2a1107368b049d56419af38c9aa1e9434 (diff) |
Expand diagnostic mode field to a full byte's range.
Fixed #10.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a393f1e..ed22556c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ 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 |