Skip to content

Commit

Permalink
Merge pull request #153 from takluyver/changelog-4.5.0
Browse files Browse the repository at this point in the history
Start writing changelog for 4.5.0
  • Loading branch information
rgbkrk authored Jun 14, 2019
2 parents cf8cad9 + 03348ba commit 106434a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changes in jupyter-core
=======================

4.5
---

4.5.0
~~~~~

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

- ``jupyter --version`` now tries to show the version number of various other
installed Jupyter packages, not just ``jupyter_core`` (:ghpull:`136`).
This will hopefully make it clearer that there are various packages with
their own version numbers.
- Allow a :envvar:`JUPYTER_CONFIG_PATH` environment variable to specify a
search path of additional locations for config (:ghpull:`139`).
- Jupyter's 'runtime' directory no longer uses ``XDG_RUNTIME_DIR``
(:ghpull:`143`). While it has some attractive properties, it has led to
various problems; see the pull request for details.
- Fix ``JupyterApp`` to respect the ``raise_config_file_errors`` traitlet
(:ghpull:`149`).
- Various improvements to the bash completion scripts in this repository
(:ghpull:`125`, :ghpull:`126`).
- The ``setup.py`` script now always uses setuptools, like most other Jupyter
projects (:ghpull:`147`).

4.4
---

Expand Down
2 changes: 1 addition & 1 deletion jupyter_core/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def jupyter_path(*subdirs):
JUPYTER_PATH environment variable has highest priority.
If *subdirs are given, that subdirectory will be added to each element.
If ``*subdirs`` are given, that subdirectory will be added to each element.
Examples:
Expand Down

0 comments on commit 106434a

Please sign in to comment.