mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated change log with $UPDATE_OS_ENVIRON feature
This commit is contained in:
parent
9a99412cad
commit
7e28df261b
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ Current Developments
|
|||
on Windows. This functionality can be enabled/disabled with the
|
||||
$INTENSIFY_COLORS_ON_WIN environment variable.
|
||||
* Added ``Ellipsis`` lookup to ``__xonsh_env__`` to allow environment variable checks, e.g. ``'HOME' in ${...}``
|
||||
* Added an option to update ``os.environ`` every time the xonsh environment changes.
|
||||
This disabled by default, but can be enabled by setting ``$UPDATE_OS_ENVIRON`` to
|
||||
True.
|
||||
|
||||
|
||||
**Changed:**
|
||||
|
|
Loading…
Add table
Reference in a new issue