Skip to content

Commit b7c817b

Browse files
committed
Add changelog
1 parent a795301 commit b7c817b

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
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/).
6+
7+
## [Unreleased]
8+
9+
## [17.1.2] - 2017-11-27
10+
11+
### Fixed
12+
13+
- `tct` utility was not saving configuration for settings that had forward and reverse double values, for example **peak voltage** (#22)
14+
15+
16+
## [17.1.1] - 2017-11-27
17+
18+
### Added
19+
20+
- `tct` utility added **brake in neutral** configuration (#17)
21+
- Added `MotionMagicTalonConfiguration` to Talon provisioning and ability to control its **acceleration** and **cruise velocity** in `tct` utility (#20)
22+
23+
### Changed
24+
- `tct` utility allows digital inputs to be reconfigured as outputs (#13)
25+
- `tct` utility logging level increased to warn (#18)
26+
27+
### Fixed
28+
29+
- **voltage ramp rate** was not configuring a new `TalonConfigurationBuilder` from an existing `TalonConfiguration` (#19)
30+
31+
## [17.1.0] - 2017-11-16
32+
33+
### Added
34+
35+
- Released `tct` utility for Talons, digital outputs and servos.
36+
37+
[17.1.0]: https://github.com/strykeforce/thirdcoast/compare/v17.0.23...v17.1.0
38+
[17.1.1]: https://github.com/strykeforce/thirdcoast/compare/v17.1.0...v17.1.1
39+
[17.1.2]: https://github.com/strykeforce/thirdcoast/compare/v17.1.1...v17.1.2

0 commit comments

Comments
 (0)