##// END OF EJS Templates
Add whats new
Matthias Bussonnier -
Show More
@@ -0,0 +1,14 b''
1 Prompt Rendering Performance improvements
2 =========================================
3
4 Pull Request :ghpull:`11933` introduced an optimisation in the prompt rendering
5 logic that should decrease the resource usage of IPython when using the
6 _default_ configuration but could potentially introduce a regression of
7 functionalities if you are using a custom prompt.
8
9 We know assume if you haven't changed the default keybindings that the prompt
10 **will not change** during the duration of your input – which is for example
11 not true when using vi insert mode that switches between `[ins]` and `[nor]`
12 for the current mode.
13
14 If you are experiencing any issue let us know.
General Comments 0
You need to be logged in to leave comments. Login now