From d4d4efb5962d60ede6a1ab2833b9233645b4b377 Mon Sep 17 00:00:00 2001 From: Sebastian Erives Date: Sun, 10 Sep 2023 15:09:25 -0600 Subject: [PATCH] Fix readme changelogs 3.5.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fcf1639..3bf3b9b0 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ For bug reporting or feature requesting, use the [issues tab](https://github.com ### Formerly, EOCV-Sim was hosted on a [personal account repo](https://github.com/serivesmejia/EOCV-Sim/). Released prior to 3.0.0 can be found there for historic purposes. ### [v3.5.1 - FTC SDK 9.0](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.5.1) - - This is the 18th release for EOCV-Sim + - This is the 19th release for EOCV-Sim - Changelog - - Addresses the changes made in the FTC SDK 9.P for the 2023-2024 season: + - Addresses the changes made in the FTC SDK 9.0 for the 2023-2024 season: - Fields in AprilTagDetection and AprilTagPose(ftc/raw) objects are now final - VisionPortal builder method setCameraMonitorViewId() has been renamed to setLiveViewContainerId() and enableCameraMonitoring() has been renamed to enableLiveView()