diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-06-25 18:52:43 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-06-25 18:52:43 -0400 |
commit | 9557c4b2a1107368b049d56419af38c9aa1e9434 (patch) | |
tree | 357c4808a811f2e446f0cb31641b1e11f2f83c7b /CHANGELOG.md | |
parent | 9e854584b0182c545ce80b256b236edf811e233a (diff) |
Add 'extras' field to JSON messages for custom data.
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 a04b26f8..3a393f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * 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. ## v0.3 |