From b1c727b67ca815d7366018c2b3af7b21823ee5ed Mon Sep 17 00:00:00 2001 From: kevin-tian Date: Tue, 27 Feb 2024 11:53:23 -0500 Subject: [PATCH] Update sessions mode release note --- releasenotes/notes/0.20/session-modes-5c22b68620f8d690.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releasenotes/notes/0.20/session-modes-5c22b68620f8d690.yaml b/releasenotes/notes/0.20/session-modes-5c22b68620f8d690.yaml index b9e887fe6..93c29c700 100644 --- a/releasenotes/notes/0.20/session-modes-5c22b68620f8d690.yaml +++ b/releasenotes/notes/0.20/session-modes-5c22b68620f8d690.yaml @@ -8,3 +8,6 @@ features: Note that ``Session`` and ``Batch`` created from ``qiskit-ibm-runtime`` prior to this release will no longer be supported after March 31, 2024. Please update your ``qiskit-ibm-runtime`` version as soon as possible before this date. + + Also note that using simulators with sessions is no longer supported. Users can still start + sessions with simulators without any issues but a session will not actually be created. There will be no session ID.