You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
1
# Unreleased Features
2
2
Please add a note of your changes below this heading if you make a Pull Request.
3
3
4
+
# Releases
5
+
## [0.5.4] - 2021-10-12
6
+
4
7
### Fixed
5
8
* 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.
6
9
* Fixed bad response of some ASCII procotol commands (e.g. `r axis0.error` returned `0d` instead of `0`).
0 commit comments