-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add user facing changelog for 7.3.0
#7494
Conversation
This should be good to go for a first pass, and we can iterate more on it if more changes land later. |
@@ -12,33 +12,58 @@ upgrading `notebook`. | |||
Use `pip install pip --upgrade` to upgrade pip. Check pip version with | |||
`pip --version`. | |||
|
|||
## v7.2 | |||
## 7.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth adding a link to JupyterLab changelog and extension migration too as for 7.2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes that makes sense 👍
Co-authored-by: Michał Krassowski <[email protected]>
Getting this one in so #7481 can add more content to the changelog. Happy to iterate more on the changelog until the final release. |
Fixes #7493