File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7+
8+ <!-- next-header -->
9+ ## [ Unreleased] - ReleaseDate
10+
11+ ### Added
12+ - Add ability to read capture file descriptor #18
13+ - Add functions for polarity get/set #16
14+ - Add ` get_duty_cycle ` and ` set_duty_cycle ` methods #13
15+ - Add getter for checking state of ` enable `
16+
17+ ### Fixed
18+ - Fix addition of explicit ` dyn `
19+ - Handle errors in closure for function ` with_exported ` #14
20+
21+ ### Removed
22+ - Remove implementation of deprecated ` Error::description ` function
23+
24+ ## [ 0.1.0] - 2016-03-02
25+
26+ - Initial release.
27+
28+ <!-- next-url -->
29+ [ Unreleased ] : https://github.com/rust-embedded/rust-sysfs-pwm/compare/v0.1.0...HEAD
30+ [ 0.1.0 ] : https://github.com/rust-embedded/rust-sysfs-pwm/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments