Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 824 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 824 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0

  • Update to usb-device 0.3 (#17).

0.2.0 - 2022-09-27

  • Update to critical-section 1.0 (#9).
  • Change Usbd::new to return Self (#12).

0.1.1 - 2022-01-03

  • Use critical-section for critical sections instead of cortex_m::interrupt::free. This allows customizing the critical section implementation, needed for using with the nRF SoftDevices.

0.1.0 - 2021-07-07

  • Initial release