From 17b4c0dfee7062941d827ae774c72d4d051e1a7b Mon Sep 17 00:00:00 2001 From: Jihyun Yu Date: Fri, 15 May 2020 12:59:01 +0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89bbd3c0..e51d3645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Extend the Pwm implementation to cover the full embedded_hal::Pwm API - Add `QeiOptions` struct to configure slave mode and auto reload value of QEI interface - Implement multiplication and division for frequency wrappers (#193) +- Add support for CRC ### Changed