From b37df2616f240cdd101d07620187c61c8140c7b2 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Sat, 4 Aug 2018 22:45:09 -0700 Subject: [PATCH] update changelog for fw release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e619a52f..d801de25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Unreleased Features Please add a note of your changes below this heading if you make a Pull Request. -## UNRELEASED +# Releases +## [0.4.2] - 2018-07-04 ### Added * Hall sensor feedback * Configurable RC PWM input @@ -11,7 +12,6 @@ Please add a note of your changes below this heading if you make a Pull Request. * `motor.config.current_control_bandwidth` and `motor.set_current_control_bandwidth`. Latter required to invoke gain recalculation. * `encoder.config.bandwidth` -# Releases ## [0.4.1] - 2018-07-01 ### Fixed * Encoder errors would show up as Axis error `ERROR_MOTOR_FAILED` instead of `ERROR_ENCODER_FAILED`.