diff --git a/NEWS.md b/NEWS.md index d8e8971606..05b2384d07 100644 --- a/NEWS.md +++ b/NEWS.md @@ -106,6 +106,18 @@ * (Mis)feature where a prior notebook is loaded if the current notebook can't be +## RCloud 1.2.1 + +### Bug Fixes + +* Smaller file upload packet size to avoid Rserve disconnection bug + +* Do not check python idle state + +* Workaround for varying `fork_of` github interface + +* Error when deleting currently-loaded notebook (#1049) + ## RCloud 1.2 @@ -133,9 +145,9 @@ * The notebook store is now abstrated through the `gist` package, allowing arbitrary back-ends. The traditional GitHub Gist backend is - now handled by the `githubhist` package. Alternative back-end based + now handled by the `githubgist` package. Alternative back-end based on local git repositories is implemented in `gitgist`. The back-end - is selected by the `gist.backend` configuration option. It curretnly + is selected by the `gist.backend` configuration option. It currently defaults to `githubgist` but it will eventually become a mandatory option.