# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added - Add basic backup domain support - Add support for real time clock - Added patches for using STM32F100 chip (PWM disabled) ### 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 [Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.0...HEAD [v0.2.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.1.1...v0.2.0