1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00

update changelog

This commit is contained in:
Adrian Zankich 2014-12-24 12:42:25 -08:00
parent 24fd35fbd6
commit 3c43e1d49f

View File

@ -1,3 +1,19 @@
0.8
---
- Refactor core, gpio, and i2c interfaces
- Correctly pass errors throughout packages and remove all panics
- Numerous bug fixes and performance improvements
- api
- Update robeaux to v0.3.0
- firmata
- Add optional io.ReadWriteCloser parameter to FirmataAdaptor
- Fix `thread exhaustion` error
- cli
- generator
- Update generator for new adaptor and driver interfaces
- Add driver, adaptor and project generators
- Add optional package name parameter
0.7.1
---
- opencv
@ -46,7 +62,6 @@
- Fix incorrect Event names
- sphero
- Correctly format output of GetRGB
>>>>>>> master
0.6.1
---