From 2a6002333514150368366b10e184062e550dbda3 2019-11-12 22:25:01 From: Matthias Bussonnier Date: 2019-11-12 22:25:01 Subject: [PATCH] Add whats new --- diff --git a/docs/source/whatsnew/pr/prompt-update-modifications.rst b/docs/source/whatsnew/pr/prompt-update-modifications.rst new file mode 100644 index 0000000..77d557b --- /dev/null +++ b/docs/source/whatsnew/pr/prompt-update-modifications.rst @@ -0,0 +1,14 @@ +Prompt Rendering Performance improvements +========================================= + +Pull Request :ghpull:`11933` introduced an optimisation in the prompt rendering +logic that should decrease the resource usage of IPython when using the +_default_ configuration but could potentially introduce a regression of +functionalities if you are using a custom prompt. + +We know assume if you haven't changed the default keybindings that the prompt +**will not change** during the duration of your input – which is for example +not true when using vi insert mode that switches between `[ins]` and `[nor]` +for the current mode. + +If you are experiencing any issue let us know.