Updated CHANGELOG for 0.7.5

This commit is contained in:
Anthony Scopatz 2018-08-16 15:33:03 -04:00
parent ee8ee712db
commit c9348578c2
3 changed files with 14 additions and 29 deletions

View file

@ -4,6 +4,20 @@ Xonsh Change Log
.. current developments
v0.7.5
====================
**Fixed:**
* Recent command history in ptk2 prompt now returns most recently executed
commands first (as expected)
* Fixed a regression taat prevented the readline backend from beeing used. This
regression was caused by the new ansi-color names, which are incompatible with
pygments 2.2.
v0.7.4
====================

View file

@ -1,14 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Recent command history in ptk2 prompt now returns most recently executed
commands first (as expected)
**Security:** None

View file

@ -1,15 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fixed a regression taat prevented the readline backend from beeing used. This
regression was caused by the new ansi-color names, which are incompatible with
pygments 2.2.
**Security:** None