From b1e7483cc8d40bb6e411e8d6a6da0522f8f66eb7 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Thu, 7 Feb 2019 10:37:07 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e4e648..5dd2d0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 +- pip is now invoked with `python -m pip` instead of looking for the pip executable +- Always use `pip freeze` instead of pulling in requirements.txt. + # v1.2.0 - Renamed plugin from `rsconnect` to `rsconnect_jupyter` - Publish notebooks with source allowing them to be rendered on RStudio Connect.