Skip to content

Commit

Permalink
Changelog for 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Sep 20, 2019
1 parent 340b63a commit fc23c61
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ __pycache__
.coverage
htmlcov
.cache
.idea
20 changes: 20 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Changes in jupyter-core
=======================

4.6
---

4.6.0
~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.6.0>`__

- Unicode characters existing in the user's home directory name are properly
handled (:ghpull:`131`).
- ``mock`` is now only required for testing on Python 2 (:ghpull:`157`).
- Deprecation warnings relative to ``_runtime_dir_changed`` are no longer
produced (:ghpull:`158`).
- The ``scripts`` directory relative to the current python environment is
now appended to the search directory for subcommands (:ghpull:`162`).
- Some utility functions (``exists()``, ``is_hidden()``, ``secure_write()``)
have been moved from ``jupyter_client`` and ``jupyter_server`` to
``jupyter_core`` (:ghpull:`163`).

4.5
---

Expand Down

0 comments on commit fc23c61

Please sign in to comment.