Updated CHANGELOG for 0.7.10

This commit is contained in:
Anthony Scopatz 2018-09-26 12:17:10 -04:00
parent 3af6278086
commit 9d5da9fff1
8 changed files with 28 additions and 95 deletions

View file

@ -4,6 +4,34 @@ Xonsh Change Log
.. current developments
v0.7.10
====================
**Added:**
* 'off' can be passed as falsy value to all flags accepting boolean argument.
- DragonFly BSD support
* Format strings (f-strings) now allow environment variables to be looked up.
For example, ``f"{$HOME}"`` will yield ``"/home/user"``. Note that this will
look up and fill in the ``detype()``-ed version of the environment variable,
i.e. it's native string representation.
**Changed:**
* Running ``aurman`` command will now be predicted to be unthreaded by default.
**Fixed:**
* The xonsh ``xonfig wizard`` would crash if an unknown foreign shell was
provided. This has been fixed.
* The ``hg split`` command will now predict as unthreadable.
* Fixed path completer crash on attempted f-string completion
v0.7.9
====================

View file

@ -1,13 +0,0 @@
**Added:**
* 'off' can be passed as falsy value to all flags accepting boolean argument.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:**
* Running ``aurman`` command will now be predicted to be unthreaded by default.
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -1,13 +0,0 @@
**Added:**
- DragonFly BSD support
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -1,16 +0,0 @@
**Added:**
* Format strings (f-strings) now allow environment variables to be looked up.
For example, ``f"{$HOME}"`` will yield ``"/home/user"``. Note that this will
look up and fill in the ``detype()``-ed version of the environment variable,
i.e. it's native string representation.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -1,14 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* The xonsh ``xonfig wizard`` would crash if an unknown foreign shell was
provided. This has been fixed.
**Security:** None

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* The ``hg split`` command will now predict as unthreadable.
**Security:** None

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fixed path completer crash on attempted f-string completion
**Security:** None