Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 508 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 508 Bytes

Changelog

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

[Unreleased]

Added

  • This changelog

[1.0.0b8] - 2022-09-07

Added

  • Set up and clean up peripherals explicitly
  • Added peripheral device error handling

Fixed

  • Fix usage of deprecated trio functions
  • Don't accidentally catch all exceptions in RPC handler

Changed

  • Improve some log messages

Internal changes

  • Bump pycapnproto
  • Bump trio
  • Simplify and improve typing of some code