From 2dd7e563a827423e37360cdd17b28a7251a506f2 Mon Sep 17 00:00:00 2001 From: Samuel Sadok Date: Tue, 12 Oct 2021 15:03:50 +0200 Subject: [PATCH] cut off changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 128a663f..aea5d86a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ # Unreleased Features Please add a note of your changes below this heading if you make a Pull Request. +# Releases +## [0.5.4] - 2021-10-12 + ### Fixed * Some ASCII protocol commands (e.g. `w axis0.requested_state 4`) resulted in `not implemented` due to an issue with the CI compiler. A workaround was made to fix this. * Fixed bad response of some ASCII procotol commands (e.g. `r axis0.error` returned `0d` instead of `0`). +### Added +* Added `.controller.config.vel_integrator_limit` +* Allow setting controller gains on CAN Simple + # Releases ## [0.5.3] - 2021-09-03