##// END OF EJS Templates
Mention input transformation in whatsnew
Thomas Kluyver -
Show More
@@ -13,6 +13,10 b' especially intenting/deindenting blocks that is now bound to Ctrl+] and ctr+['
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
14 * A new command, ``ipython history trim`` can be used to delete everything but
15 the last 1000 entries in the history database.
15 the last 1000 entries in the history database.
16 * The input transformation framework has been reworked. This fixes some corner
17 cases, and adds more flexibility for projects which use IPython, like SymPy &
18 SAGE. For more details, see :doc:`/config/inputtransforms`.
19
16
20
17 In-process kernels
21 In-process kernels
18 ------------------
22 ------------------
General Comments 0
You need to be logged in to leave comments. Login now