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: source/docs/yearly-overview/yearly-changelog.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ These changes contain *some* of the major changes to the library that it's impor
24
24
- Performance improvements and reduced worst-case memory usage throughout libraries
25
25
- Added a typesafe unit system for Java (not used by the main part of WPILib yet)
26
26
- 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
27
28
28
29
Supported Operating Systems and Architectures:
29
30
* Windows 10 & 11, 64 bit. 32 bit and Arm are not supported
@@ -138,7 +139,6 @@ Breaking Changes
138
139
- ``CommandScheduler.addButtons()`` (Java only)
139
140
- Command supplier constructor of ``SelectCommand`` (use ``ProxyCommand`` instead)
140
141
141
-
- Removed project generation from SysId
142
142
- Removed ``Compressor.enabled()`` function (use ``isEnabled()`` instead)
143
143
- Removed ``CameraServer.setSize()`` function (use ``setResolution()`` on the camera object instead)
144
144
- Removed deprecated and broken SPI methods
@@ -214,4 +214,4 @@ RobotBuilder
214
214
SysId
215
215
-----
216
216
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