aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorBrendan Le Foll <brendan.le.foll@intel.com>2015-06-02 16:09:03 +0100
committerBrendan Le Foll <brendan.le.foll@intel.com>2015-06-02 16:09:03 +0100
commit06085589d879eadf27d79a3ee540d67837220a2b (patch)
tree07bbe55c728f806e27014b22a624bc4c491e58b2 /docs/index.md
parent91c56917c75f2dcee5e75ff5de1fdb8b518a09fd (diff)
mraa: update to version 0.7.1
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index 5b8bd78..65a5dca 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -68,6 +68,12 @@ 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.7.1**
+ * Uart now uses binary arrays and has optional 'Str' functions in C++/SWIG
+ * Various Uart module bugfixes
+ * Node.js 0.12.4 support
+ * Node.js documentation support
+
**0.7.0**
* Uart module now contains read/write interactions and configuration
* Python API contains more buffer checks