aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorBrendan Le Foll <brendan.le.foll@intel.com>2015-02-11 10:40:16 +0000
committerBrendan Le Foll <brendan.le.foll@intel.com>2015-02-15 23:08:18 +0000
commitcd36880f34961a5d464cd0390c7f9527fdc51264 (patch)
tree1861b7d6aff5ca11aea14f93a3513928edb201db /docs/index.md
parent989566bc04370b56543c9ab12900b1f193e601d0 (diff)
mraa: update to API version 0.6.0
Note that v0.6.0 is in the branch with the same name, so this commit is not 0.6.0 Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index bcdc128..b01acfe 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -66,6 +66,13 @@ This changelog is meant as a quick & rough guide to what has changed between
versions. The API is now fairly stable but when new calls/features are added
they are listed here. Anything pre 0.2.x is ignored.
+**0.6.0**
+ * add device path queries for uart
+ * add platform configuration querying
+ * gpio sample added
+ * improve i2c/spi write/read API for python & nodejs
+ * performance improvements on edison & galileo
+
**0.5.4**
* pwm read_* fix introduced in 0.5.3
* improved npmpkg support