We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23aa68f commit 9cd3f33Copy full SHA for 9cd3f33
1 file changed
docs/intro.rst
@@ -459,6 +459,8 @@ History
459
Unicode version (17.0.0) is now shipped. The related ``unicode_version='auto'`` keyword of the
460
`wcwidth()`_ family of functions are ignored. `list_versions()`_ always returns a tuple of only
461
a single element of the only unicode version supported. `PR #195`_.`
462
+ * **Performance** improvement of most common call without version or ambiguous_width specified by
463
+ 20%. `PR #195`_
464
* **New** Function `propagate_sgr()`_ for applying SGR state propagation to a list of lines.
465
`PR #194`_
466
* **Improved** `wrap()`_ and `clip()`_ with ``propagate_sgr=True``. `PR #194`_
0 commit comments