##// END OF EJS Templates
Mention 'ipython history trim' in whatsnew docs.
Thomas Kluyver -
Show More
@@ -11,6 +11,8 b' especially intenting/deindenting blocks that is now bound to Ctrl+] and ctr+['
11 * Exception types can now be displayed with a custom traceback, by defining a
11 * Exception types can now be displayed with a custom traceback, by defining a
12 ``_render_traceback_()`` method which returns a list of strings, each
12 ``_render_traceback_()`` method which returns a list of strings, each
13 containing one line of the traceback.
13 containing one line of the traceback.
14 * A new command, ``ipython history trim`` can be used to delete everything but
15 the last 1000 entries in the history database.
14
16
15 In-process kernels
17 In-process kernels
16 ------------------
18 ------------------
General Comments 0
You need to be logged in to leave comments. Login now