Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

51 lines (30 loc) · 1.07 KB

Change Log

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.

v0.2.1 - 2019-03-08

Added

  • Add basic backup domain support
  • Add support for real time clock
  • Add patches for using STM32F100 chip (PWM disabled)

Change

  • Improve documentation

Fixed

  • Use correct clock for serial baudrate computation

v0.2.0 - 2019-02-10

Added

  • Add support for setting initial pin state
  • Added ChangeLog

Changed

  • Add information about device features to readme
  • Allow read-/write-only transactions in write_read
  • Bumped dependency versions (breaking change)

Fixed

  • Fix link to docs.rs

[v0.1.1] - 2018-12-17

Added

  • First tagged version