summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-06-11 23:28:53 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-06-11 23:29:54 -0400
commite40ef7b8d0db0198ed6a77a446c7aa350271fa66 (patch)
treeb20ce5f5977276b275f2c5045dd025e034db3fef /CHANGELOG.md
parent07f39f72a945b6f94aafa3f3370fcf35ab87618e (diff)
Remove factor and offset from diag requests - left up to clients.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32f48535..66d73c1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# OpenXC Message Format Changelog
+## v0.3.1-dev
+
+* 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.
+
## v0.3
* Add diagnostic message request/response format.