Updated CHANGELOG for 0.6.5

This commit is contained in:
Anthony Scopatz 2018-05-28 10:04:24 -04:00
parent 868f128bc9
commit 0553a6c4f3
2 changed files with 18 additions and 18 deletions

View file

@ -4,6 +4,24 @@ Xonsh Change Log
.. current developments
v0.6.5
====================
**Added:**
* Wizard ``FileInsterter`` node class now has ``dumps()`` method for
converting a mapping to a string to insert in a file.
**Fixed:**
* Fixed issue with ``xonfig wizard`` writer failing to write valid run control
files for environment variables that are containter types. In particular,
the storage of ``$XONSH_HISTORY_SIZE`` has been fixed.
v0.6.4
====================

View file

@ -1,18 +0,0 @@
**Added:**
* Wizard ``FileInsterter`` node class now has ``dumps()`` method for
converting a mapping to a string to insert in a file.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fixed issue with ``xonfig wizard`` writer failing to write valid run control
files for environment variables that are containter types. In particular,
the storage of ``$XONSH_HISTORY_SIZE`` has been fixed.
**Security:** None