Skip to content

Commit 79659aa

Browse files
committed
Update CHANGELOG for 18.3.0
1 parent 0fe0fd4 commit 79659aa

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Calendar Versioning](http://calver.org/).
66

7+
## [18.3.0] - 2018-02-13
8+
9+
### Added
10+
11+
- Swerve drive `Wheel` class now has basic support for a pluggable implementation of drive wheel "driver" to allow different control strategies, for example, open-loop vs gain-scheduled closed-loop.
12+
- Ultrasonic Rangefinder grapher telemetry `Item`.
13+
14+
### Changed
15+
16+
- Talons are now configured with Quad encoder by default if no other sensor selected.
17+
- Gyro logging can be turned off in config file.
18+
- Config file location is now passed in as a URL to allow embedding in JAR.
19+
20+
### Fixed
21+
22+
- Telemetry now reports lower 12 bits of absolute encoder position (pulse width position).
23+
724
## [18.2.0] - 2018-02-03
825

926
### Changed
@@ -97,4 +114,5 @@ This version upgrades the library to be compatible with the 2018 Phoenix TalonSR
97114
[18.0.4]: https://github.com/strykeforce/thirdcoast/compare/v17.2.0...v18.0.4
98115
[18.0.5]: https://github.com/strykeforce/thirdcoast/compare/v18.0.4...v18.0.5
99116
[18.2.0]: https://github.com/strykeforce/thirdcoast/compare/v18.0.5...v18.2.0
100-
[unreleased]: https://github.com/strykeforce/thirdcoast/compare/v17.2.0...develop
117+
[18.3.0]: https://github.com/strykeforce/thirdcoast/compare/v18.2.0...v18.3.0
118+
[unreleased]: https://github.com/strykeforce/thirdcoast/compare/v18.3.0...develop

0 commit comments

Comments
 (0)