Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Apr 27, 2021
1 parent 527f386 commit 5d0d677
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-->

## [0.4.1] - 2021-04-27
### Added
- New feature: `alloc`

### Changed
- Dropped the Peripheral Access Crate implementation of the audio driver in favour of the `embedded_hal` implementation.
- Refactored the crate to make the requirement for [rust nightly and the `alloc` crate](https://doc.rust-lang.org/edition-guide/rust-next/alloc.html) optional. See the [`audio_*` examples](examples/) for more details.
- Refactored the crate to remove implicit definitions of `#[interrupt]` handlers in favour of explicit declaration in program code. See the [`audio_*` examples](examples/) for more details.

---

## [0.3.2] - 2021-04-01
### Changed
- Changed license to MIT
Expand All @@ -22,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Modified the MIDI API to work with the Daisy Pod's MIDI pin numbers by default.
- Updated `stm32h7xx_hal` to `0.9.0`

---

## [0.2.0] - 2021-02-03
### Added
Expand Down

0 comments on commit 5d0d677

Please sign in to comment.