Added new regexpath behaviour to CHANGELOG.rst

This commit is contained in:
Morten Enemark Lund 2016-04-05 10:41:52 +02:00
parent 3acc931ed5
commit 50929a44f1

View file

@ -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