mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Added new regexpath behaviour to CHANGELOG.rst
This commit is contained in:
parent
3acc931ed5
commit
50929a44f1
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ Current Developments
|
|||
* Changed the way regular rxpression filename globbing with backticks behave.
|
||||
It previously returned the regex expression when no match was found. Now it
|
||||
returns and empty list.
|
||||
* Regexpath matching with backticks, now returns an empty list in python mode.
|
||||
|
||||
|
||||
|
||||
|
@ -40,6 +41,7 @@ Current Developments
|
|||
|
||||
**Fixed:**
|
||||
|
||||
|
||||
* Fixed bug with loading prompt-toolkit shell < v0.57.
|
||||
* Fixed bug with prompt-toolkit completion when the cursor is not at the end of the line
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue