From 3ae61a925fd62d860353cc230db371d173e18979 Mon Sep 17 00:00:00 2001 From: alters-mit Date: Wed, 12 Aug 2020 17:01:53 -0400 Subject: [PATCH] changelog --- Documentation/Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 6bc275bac..b42326438 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -4,6 +4,12 @@ ## v1.6.5 +### `tdw` module + +#### `Controller` + +- Removed optional `display` parameter. It doesn't actually work; Linux users should instead launch the controller with a `DISPLAY` environment variable. + ### Frontend - Added `freeze.py`. "Freeze" your controller into a portable binary executable. @@ -21,6 +27,12 @@ | ----------- | ------------------------------------------------------------ | | `freeze.md` | How to freeze your controller code into a binary executable. | +#### Modified Documentation + +| Document | Description | +| -------------------- | ---------------------------------------------------------- | +| `getting_started.md` | Fixed instructions for how to start a controller in Linux. | + ## v1.6.4 ### `tdw` module