From 924f76e835971a12d44f12450dd9383150b1ac67 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Mon, 19 Jul 2021 12:29:05 -0700 Subject: [PATCH] release notes: fix deccel typo and shorten old-commit-hash: 2c2fb4a431fee695415ac2e9dd76600ff0f70a96 --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 1a8dcd8607..767d6331e1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3,7 +3,7 @@ Version 0.8.6 (2021-07-21) * Revamp lateral and longitudinal planners * Refactor planner output API to be more readable and verbose * Planners now output desired trajectories for speed, acceleration, curvature, and curvature rate - * Use MPC for longitudinal planning when no lead car is present, this replaces a mostly hardcoded policy and makes accel and deccel smoother + * Use MPC for longitudinal planning when no lead car is present, makes accel and decel smoother * Remove "CHECK DRIVER FACE VISIBILITY" warning * Fixed cruise fault on some TSS2.5 Camrys and international Toyotas * Hyundai Elantra Hybrid 2021 support thanks to tecandrew!