mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.7.0
This commit is contained in:
parent
23fc3cad6e
commit
5d00960d1a
4 changed files with 20 additions and 43 deletions
|
@ -4,6 +4,26 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.7.0
|
||||
====================
|
||||
|
||||
**Added:**
|
||||
|
||||
- Added a hook for printing a spcial display method on an object.
|
||||
* Support for ``prompt_toolkit 2.0``
|
||||
* The ``--shell-type`` (``$SHELL_TYPE``) may now be specified using
|
||||
shortcuts, such as ``rl`` for ``readline`` and ``ptk2`` for
|
||||
``prompt_toolkit2``. See ``xonsh --help`` for a full listing
|
||||
of available aliases.
|
||||
|
||||
|
||||
**Fixed:**
|
||||
|
||||
- Restored AUGASSIGN_OPS definition, which was inadvertently removed.
|
||||
|
||||
|
||||
|
||||
|
||||
v0.6.10
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
- Added a hook for printing a spcial display method on an object.
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
- Restored AUGASSIGN_OPS definition, which was inadvertently removed.
|
||||
|
||||
**Security:** None
|
|
@ -1,17 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* Support for ``prompt_toolkit 2.0``
|
||||
* The ``--shell-type`` (``$SHELL_TYPE``) may now be specified using
|
||||
shortcuts, such as ``rl`` for ``readline`` and ``ptk2`` for
|
||||
``prompt_toolkit2``. See ``xonsh --help`` for a full listing
|
||||
of available aliases.
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue