mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.6.5
This commit is contained in:
parent
868f128bc9
commit
0553a6c4f3
2 changed files with 18 additions and 18 deletions
|
@ -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
|
||||
====================
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue