From 85cfd0f0c16b91a67ffb5eea4ea8f707da949f6a Mon Sep 17 00:00:00 2001 From: Tomasz Kalinowski Date: Thu, 14 Nov 2024 09:44:54 -0500 Subject: [PATCH] add NEWS --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0012595ac..d7c162eab 100644 --- a/NEWS.md +++ b/NEWS.md @@ -35,6 +35,9 @@ - Improved behavior when the conda binary used to create an environment could not be resolved (contributed by @tl-hbk, #1654, #1659) +- Added Positron support for the Variables Pane and `repl_python()` + (#1692, #1641, #1648, #1658, #1681, #1687). + # reticulate 1.39.0 - Python background threads can now run in parallel with the R session (#1641).