소스 검색

Add PATH user fix to release notes

Thomas Kluyver 6 년 전
부모
커밋
be75a2b4d9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc/releasenotes.rst

+ 2 - 0
doc/releasenotes.rst

@@ -9,6 +9,8 @@ Version 2.3
   launchers from setuptools. They should be more robust with spaces in paths
   (:ghpull:`169`).
 * Fixed excluding entire folders extracted from wheels (:ghissue:`168`).
+* When doing a per-user install of an application with commands, the ``PATH``
+  environment variable is modified just for that user (:ghpull:`170`).
 
 Version 2.2
 -----------