news entry

This commit is contained in:
Konstantinos Tsakiltzidis 2016-08-11 14:01:52 +03:00
parent ac14dca51e
commit b612048c60

View file

@ -0,0 +1,25 @@
**Added:**
* ``history show`` args ``-t``, ``-f``, ``-T`` ``+T`` to filter commands by timestamp
* ``ensure_timestamp`` in xonsh.tools to try and convert an object to a timestamp a.k.a float
* ``$XONSH_DATETIME_FORMAT`` envvar, the default format to be used with ``datetime.datetime.strptime()``
**Changed:**
* ``_hist_parse_args`` implementation refactor
* moved all parameter checking in ``_hist_get``
* ``_hist_show`` to handle numeration and timestamp printing of commands
**Deprecated:** None
**Removed:** None
**Fixed:**
* ``ensure_slice`` bugfix for -1 index/slice
**Security:** None