Skip to content

Commit 64c440c

Browse files
authored
Update changelog for SysID and add to major changes. (wpilibsuite#2529)
Removed one duplicate part that was in both wpilib and SysID
1 parent 56fafd9 commit 64c440c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/docs/yearly-overview/yearly-changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ These changes contain *some* of the major changes to the library that it's impor
2424
- Performance improvements and reduced worst-case memory usage throughout libraries
2525
- Added a typesafe unit system for Java (not used by the main part of WPILib yet)
2626
- Disabled LiveWindow in Test Mode by default. See See :ref:`docs/software/dashboards/smartdashboard/test-mode-and-live-window/enabling-test-mode:Enabling LiveWindow in Test Mode` to enable it.
27+
- SysId has been rewritten to remove project generation; Replaced with data logging within team robot program
2728

2829
Supported Operating Systems and Architectures:
2930
* Windows 10 & 11, 64 bit. 32 bit and Arm are not supported
@@ -138,7 +139,6 @@ Breaking Changes
138139
- ``CommandScheduler.addButtons()`` (Java only)
139140
- Command supplier constructor of ``SelectCommand`` (use ``ProxyCommand`` instead)
140141

141-
- Removed project generation from SysId
142142
- Removed ``Compressor.enabled()`` function (use ``isEnabled()`` instead)
143143
- Removed ``CameraServer.setSize()`` function (use ``setResolution()`` on the camera object instead)
144144
- Removed deprecated and broken SPI methods
@@ -214,4 +214,4 @@ RobotBuilder
214214
SysId
215215
-----
216216

217-
- Removed project generation; will be replaced with data logging within team robot program (work in progress)
217+
- Removed project generation; Replaced with data logging within team robot program

0 commit comments

Comments
 (0)