diff options
author | Brian Cully <bjc@kublai.com> | 2019-10-08 09:05:19 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-10-08 09:05:19 -0400 |
commit | f2288807da39052b609c26296e47737c5af2563b (patch) | |
tree | 14cbdc0948e2207ae9058606dbde662f2539d351 /Changelog.org | |
parent | 39e4f4c61afb8935ce3a8ebacab8202fe0a539aa (diff) | |
download | usb-host-f2288807da39052b609c26296e47737c5af2563b.tar.gz usb-host-f2288807da39052b609c26296e47737c5af2563b.zip |
Add Changelog, bump version.next
Diffstat (limited to 'Changelog.org')
-rw-r--r-- | Changelog.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog.org b/Changelog.org new file mode 100644 index 0000000..ed23a6b --- /dev/null +++ b/Changelog.org @@ -0,0 +1,8 @@ +* Since 0.1.1 + - Travis integration. + - Clippy lints. + +* Since 0.1.0 + - Unit tests added for in-memory descriptor layout. + - Implementations of `TryFrom` and `PartialEq`. + - More documentation. |