There was an error while loading. Please reload this page.
1 parent 881f988 commit f9b3171Copy full SHA for f9b3171
docs/pages/upgrading/2.0.rst
@@ -173,6 +173,15 @@ adaptor to make it compatible with the native prompt_toolkit objects.
173
Multiple styles can be merged together using
174
:func:`~prompt_toolkit.styles.merge_styles`.
175
176
+
177
+Wordcompleter
178
+^^^^^^^^^^^^^
179
180
+`WordCompleter` was moved from
181
+:class:`prompt_toolkit.contrib.completers.base.WordCompleter` to
182
+:class:`prompt_toolkit.completion.word_completer.WordCompleter`.
183
184
185
Asynchronous autocompletion
186
^^^^^^^^^^^^^^^^^^^^^^^^^^^
187
0 commit comments