Skip to content

Commit a52a3cb

Browse files
committed
Add changelog entry
1 parent 7129f62 commit a52a3cb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Added a missing `must_use` in `SleepCfg::set_startup`.
10+
811
### Changed
9-
- Renamed function TcxoMode::set_txco_trim() to TcxoMode::set_tcxo_trim() to correct spelling.
10-
- Renamed enum CmdStatus::Avaliable to CmdStatus::Available to correct spelling.
1112
- Updated minimum `chrono` version to `0.4.23` to satisfy `cargo-audit`.
1213
- Changed the edition from 2021 to 2024.
1314
- Changed minimum supported rust version from 1.60 to 1.85.
1415

1516
### Fixed
16-
- Added a missing `must_use` in `SleepCfg::set_startup`.
17+
- Fixed an incorrect cast from `u8` to `i16` in `LoRaPacketStatus::snr_pkt`
18+
- Renamed function `TcxoMode::set_txco_trim` to `TcxoMode::set_tcxo_trim` to fix spelling.
19+
- Renamed enum `CmdStatus::Avaliable` to `CmdStatus::Available` to fix spelling.
1720

1821
## [0.6.1] - 2022-08-01
1922
### Fixed

0 commit comments

Comments
 (0)