From e48af769f34015c6ed2c2bd5d2033f967ecf1426 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Thu, 2 Jan 2025 11:16:53 -0800 Subject: [PATCH] Add Elastic and WPIcal to changelog major changes (#2904) Add link for LED pattern API, and update dep manager text slightly --- source/docs/yearly-overview/yearly-changelog.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/docs/yearly-overview/yearly-changelog.rst b/source/docs/yearly-overview/yearly-changelog.rst index aef6a1baaa..d66d6d86f9 100644 --- a/source/docs/yearly-overview/yearly-changelog.rst +++ b/source/docs/yearly-overview/yearly-changelog.rst @@ -14,11 +14,13 @@ Due to internal GradleRIO changes, it is necessary to update projects from previ These changes contain *some* of the major changes to the library that it's important for the user to recognize. This does not include all of the breaking changes, see the other sections of this document for more changes. -- The Dependency Manager in VS Code will help teams :doc:`install their vendordeps `. +- The Dependency Manager in VS Code will help teams :doc:`discover and install vendordeps `. +- Added :doc:`Elastic Dashboard ` a driver focused dashboard. - Added :doc:`annotation based logging (Epilogue) ` for Java +- Added :doc:`WPIcal ` tool for calibrating FRC Apriltags to correct for field setup error - The :doc:`Java units library ` has been refactored to have unit-specific measurement classes instead of a single generic ``Measure`` class. The new measurement classes have clearer names (``Distance`` instead of ``Measure``, or ``LinearAcceleration`` instead of ``Measure>>``), and implement math operations to return the most specific result types possible instead of a wildcard ``Measure``. - Add :doc:`persistent alerts API `. Alerts are displayed on supported dashboards such as Shuffleboard and Elastic. -- Add LED pattern API for easily animating addressable LEDs +- Add :ref:`LED pattern API ` for easily animating addressable LEDs - Java 17 must be used as Java Source and Target compatibility have been bumped to Java 17. Java 17 has been used since 2023. Supported Operating Systems and Architectures: