mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
news fix
This commit is contained in:
parent
295e04a7c4
commit
40dcc4d7d5
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
**Added:**
|
||||
|
||||
* ``History`` methods ``_get`` and ``__getitem__``
|
||||
* ``History`` methods ``__iter__`` and ``__getitem__``
|
||||
|
||||
* ``tools.get_portions`` that yields parts of an iterable
|
||||
|
||||
**Changed:**
|
||||
|
||||
* ``_curr_session_parser`` now uses ``History_.get``
|
||||
* ``_curr_session_parser`` now iterates over ``History``
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue