File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ <!-- Refer to https://keepachangelog.com/en/1.0.0/ for guidance. -->
2+
3+ # Changelog
4+
5+ ## [ 3.0.0] - 2021-06-08
6+
7+ ### Added
8+ - Added ` Hub.system ` attribute ([ support #321 ] ).
9+
10+ ### Changed
11+ - ` Hub.reset() ` moved to ` Hub.system.reset() ` ([ support #321 ] ).
12+ - Motor methods now raise ` OSError ` with ` uerrno.EBUSY ` instead of ` uerrno.EPERM `
13+ if the motor is currently being used and the operation cannot be completed.
14+
15+ ### Fixed
16+ - Fixed resetting motor angle while holding position causes movement ([ support #352 ] ).
17+ - Fixed ` DriveBase ` not resetting during initialization ([ issue #21 ] ).
18+ - Fixed <kbd >Ctrl</kbd >+<kbd >C</kbd > stopping REPL when first started ([ support #347 ] ).
19+ - Fixed UART I/O devices retuning uninitialized data ([ support #361 ] ).
20+
21+ ## Prerelease
22+
23+ Prerelease changes are documented at [ support #48 ] .
24+
25+
26+ <!-- let's try to keep this list sorted -->
27+ [ issue#21 ] : https://github.com/pybricks/pybricks-micropython/issues/21
28+ [ support#48 ] : https://github.com/pybricks/support/issues/48
29+ [ support#321 ] : https://github.com/pybricks/support/issues/321
30+ [ support#347 ] : https://github.com/pybricks/support/issues/347
31+ [ support#352 ] : https://github.com/pybricks/support/issues/352
32+ [ support#361 ] : https://github.com/pybricks/support/issues/361
33+
34+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...HEAD
35+ [ 3.0.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0c1...v3.0.0
You can’t perform that action at this time.
0 commit comments