Update news entry

This commit is contained in:
Morten Enemark Lund 2017-03-12 07:17:51 +01:00
parent ca0f783585
commit 42468ffc2d

View file

@ -1,11 +1,11 @@
**Added:** None
**Added:**
**Changed:**
* New ``free_cwd`` xontrib for Windows, which prevent the current directory from beeing locked when the prompt is shown.
This allows the other programs or Windows explorer to delete the current or parent directory. This is accomplished by
reseting the CWD to the users home directory temporarily while the prompt is displayed. The directory is still locked
while any commands are processed so xonsh still can't remove it own working directory.
* On windows the current directory is no longer locked when the prompt is shown. This allows the other programs
or Windows explorer to delete the directory. This is accomplished by reseting the CWD to the users home directory
temporarily while the prompt is displayed. The directory is still locked while any commands are processed so xonsh
still can't remove it own working directory.
**Changed:** None
**Deprecated:** None