diff --git a/api/release-notes.md b/api/release-notes.md index 8664eac3f8d..f1ee3a99277 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -24,6 +24,11 @@ Welcome to the v8.0.0 release of the Opentrons robot software! - Provides more partial tip pickup configurations. All multi-channel pipettes now support single and partial column pickup, and the Flex 96-channel pipette now supports row pickup. - Improves homing behavior when a Flex protocol completes or is canceled with liquid-filled tips attached to the pipette. +### Known Issues + +- Protocol analysis and `opentrons_simulate` do not raise an error when a protocol tries to detect liquid with a pipette nozzle configuration that doesn't contain a pressure sensor (single-tip pickup with A12 or H1). Avoid using the A12 and H1 nozzles for single-tip pickup if you need to detect liquid presence within wells. +- `opentrons_simulate` describes motion to wells only with respect to the primary channel, regardless of the current pipette nozzle configuration. + --- ## Opentrons Robot Software Changes in 7.5.0 diff --git a/app-shell/build/release-notes.md b/app-shell/build/release-notes.md index 5ab9009bebc..80b36253b85 100644 --- a/app-shell/build/release-notes.md +++ b/app-shell/build/release-notes.md @@ -27,8 +27,9 @@ Welcome to the v8.0.0 release of the Opentrons App! ### Known Issues -- Labware offsets can't be applied to protocols that require selecting a CSV file as a runtime parameter value. Write the protocol in such a way that it passes analysis with or without the CSV file, or run Labware Position Check after confirming parameter values. +- Stored labware offsets can't be applied to protocols that require selecting a CSV file as a runtime parameter value. Write the protocol in such a way that it passes analysis with or without the CSV file, or run Labware Position Check after confirming parameter values. - Error recovery can't perform partial tip pickup, because it doesn't account for the pipette nozzle configuration of 8- and 96-channel pipettes. If a recovery step requires partial tip pickup, cancel the protocol instead. +- Downloading robot logs via USB may take up to 2 minutes on macOS, and may fail entirely on Windows. Use an Ethernet or Wi-Fi connection to download logs if needed. ---