Private
Public Access
2
0

README.md: add changelog to explain API changes

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-16 10:07:28 +01:00
parent 1434f8f317
commit 8979ff4194

View File

@@ -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'