rn2903/CHANGELOG.md

46 lines
825 B
Markdown
Raw Normal View History

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2019-12-29 20:47:18 +00:00
## Unreleased - v0.2.0
### Added
- `Rn2903::system_version_bytes()`
2019-12-29 20:59:16 +00:00
- `Rn2903::system_factory_reset()`
- `Rn2903::system_module_reset()`
- `Rn2903::mac_pause()` and `::mac_resume()`
- `BadResponse` and `CannotPause` error variants
2019-12-31 22:51:30 +00:00
- Examples directory with LED blinky and LoRa packet RX examples
2019-12-29 20:44:39 +00:00
### Changed
### Deprecated
### Removed
2019-12-31 22:51:30 +00:00
- `main.rs` (moved to an example)
2019-12-29 20:44:39 +00:00
### Fixed
### Security
2019-12-29 20:47:18 +00:00
## v0.1.0
2019-12-29 20:44:39 +00:00
### Added
- GNU GPL v3 license
- Cargo metadata
2019-12-29 19:58:05 +00:00
- Basic functionality
2019-12-29 19:58:52 +00:00
- "Blinky" main program
### Changed
### Deprecated
### Removed
### Fixed
### Security