projects
/
contrib
/
mraa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1434f8f
)
README.md: add changelog to explain API changes
author
Brendan Le Foll
<brendan.le.foll@intel.com>
Fri, 16 May 2014 09:07:28 +0000
(10:07 +0100)
committer
Brendan Le Foll
<brendan.le.foll@intel.com>
Fri, 16 May 2014 16:04:04 +0000
(17:04 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
d63fc60
..
b2cf042
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-54,3
+54,14
@@
see examples/
NODE_PATH=.*
Python html documentation can be generated with **make pydoc**
+
+## API Changelog
+
+When the API breaks in a small way there will be a changelog listed here
+
+**0.2.3**
+ * maa_aio_read_u16() -> maa_aio_read()
+ * maa_aio_read() now returns a uint16_t instead of an unsigned int
+
+**0.2.2**
+ * First version with API considered 'stable'