diff --git a/docs/changelog.rst b/docs/changelog.rst index c6d3389..059fcff 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,21 @@ Changes in jupyter-core ======================= +4.10 +--- + +4.10.0 +~~~~~~ + +`on +GitHub `__ + +* Include all files from ``jupyter_core``. (:ghpull:`253`) +* Add project URLs to ``setup.cfg``. (:ghpull:`254`) +* Set up pre-commit. (:ghpull:`255`) +* Add flake8 and mypy settings. (:ghpull:`256`) +* Clean up CI. (:ghpull:`258`) + 4.9 ---