From 3a5247c3f78cfa366984d1d9833cd9cdaa868658 Mon Sep 17 00:00:00 2001 From: Edward Cormany Date: Thu, 14 Dec 2023 09:18:11 -0500 Subject: [PATCH] add direct Ethernet --- api/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api/release-notes.md b/api/release-notes.md index 89be24d892c..8f991daadaa 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -18,6 +18,7 @@ Welcome to the v7.1.0 release of the Opentrons robot software! This release incl ### Improved Features +- The Ethernet port on Flex now supports direct connection to a computer. - Improves aspirate, dispense, and mix behavior with volumes set to zero. - The `opentrons_simulate` command-line tool now works with all Python API versions.