diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-28 10:22:06 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-28 11:32:21 +0300 |
commit | e47e2d7f764c4433fc3ccb00c5875361175988f7 (patch) | |
tree | 7fbd42979a8996707562949ec1a98eab234a090d /contrib/python/wcwidth/py3/README.rst | |
parent | 13de5f3d2da60e60f030c6cde3e389b07a9192d3 (diff) | |
download | ydb-e47e2d7f764c4433fc3ccb00c5875361175988f7.tar.gz |
Update contrib/python/wcwidth/py3 to 0.2.10
Diffstat (limited to 'contrib/python/wcwidth/py3/README.rst')
-rw-r--r-- | contrib/python/wcwidth/py3/README.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/python/wcwidth/py3/README.rst b/contrib/python/wcwidth/py3/README.rst index 2d9722d527..749d89aa03 100644 --- a/contrib/python/wcwidth/py3/README.rst +++ b/contrib/python/wcwidth/py3/README.rst @@ -216,10 +216,15 @@ Other Languages ======= History ======= +0.2.10 *2023-11-08* + * **Bugfix** accounting of some kinds of emoji sequences using U+FE0F + Variation Selector 16 (`PR #97`_). + * **Updated** `Specification <Specification_from_pypi_>`_. + 0.2.9 *2023-10-30* * **Bugfix** zero-width characters used in Emoji ZWJ sequences, Balinese, Jamo, Devanagari, Tamil, Kannada and others (`PR #91`_). - * **Updated** to include `Specification <Specification_from_pypi>`_ of + * **Updated** to include `Specification <Specification_from_pypi_>`_ of character measurements. 0.2.8 *2023-09-30* @@ -319,6 +324,7 @@ https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c:: .. _`PR #35`: https://github.com/jquast/wcwidth/pull/35 .. _`PR #82`: https://github.com/jquast/wcwidth/pull/82 .. _`PR #91`: https://github.com/jquast/wcwidth/pull/91 +.. _`PR #97`: https://github.com/jquast/wcwidth/pull/97 .. _`jquast/blessed`: https://github.com/jquast/blessed .. _`selectel/pyte`: https://github.com/selectel/pyte .. _`thomasballinger/curtsies`: https://github.com/thomasballinger/curtsies |