Skip to content

Commit

Permalink
Add changelog to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisom committed Mar 1, 2019
1 parent 2fc6b4a commit 1a5aab4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Changelog
=========

This is a list of the release versions of this library.

v0.2.5 - 2019-02-28
-------------------

* Fix Travis CI build.

v0.2.4 - 2019-02-28
-------------------

* Switch to fork of RadioHead library that supports the M4 boards.

v0.2.3 - 2019-02-28
-------------------

* The OLED now supports disabling buttons.
* The GPS supports overriding the default mode, update frequency,
and baudrate.
* Add docs.

v0.2.2 - 2019-02-26
-------------------

* Fix RadioHead dependency name.
* Remove unused variable from the Feather M4 source.

v0.2.1 - 2019-02-26
-------------------

* Adalogger supports an RTC-only mode.
* Add startThread function so users don't have to think
about schedulers if it's not a concern.

v0.2.0 - 2019-02-26
-------------------

* Add support for RFM95 LoRa.
* Rename AdaLogger class to Adalogger.

v0.1.0 - 2019-02-25

* Initial release.
* Supported Feathers: M0 (tested against basic and LoRa feathers), M4.
* Supported Featherwings: Adalogger, OLED, Ultimate GPS.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ featherlib
:caption: Contents:

introduction
changelog
organisation
boards
wings
Expand Down

0 comments on commit 1a5aab4

Please sign in to comment.