Skip to content

Commit f6f397e

Browse files
committed
Also document drop of Python 2.7/3.5, add PR hyperlinks
1 parent 201d769 commit f6f397e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/intro.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,11 @@ History
218218
=======
219219

220220
0.2.14 *2025-09-22*
221-
* **Updated** tables to include Unicode Specification 16.0.0 and 17.0.0.
221+
* **Drop Support** for Python 2.7 and 3.5. `PR #117`_.
222+
* **Update** tables to include Unicode Specifications 16.0.0 and 17.0.0.
223+
`PR #146`_.
222224
* **Bugfix** U+00AD SOFT HYPHEN should measure as 1, versions 0.2.9 through
223-
0.2.13 measured as 0.
225+
0.2.13 measured as 0. `PR #149`_.
224226

225227
0.2.13 *2024-01-06*
226228
* **Bugfix** zero-width support for Hangul Jamo (Korean)
@@ -342,6 +344,9 @@ https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c::
342344
.. _`PR #97`: https://github.com/jquast/wcwidth/pull/97
343345
.. _`PR #98`: https://github.com/jquast/wcwidth/pull/98
344346
.. _`PR #100`: https://github.com/jquast/wcwidth/pull/100
347+
.. _`PR #117`: https://github.com/jquast/wcwidth/pull/117
348+
.. _`PR #146`: https://github.com/jquast/wcwidth/pull/146
349+
.. _`PR #149`: https://github.com/jquast/wcwidth/pull/149
345350
.. _`Issue #101`: https://github.com/jquast/wcwidth/issues/101
346351
.. _`jquast/blessed`: https://github.com/jquast/blessed
347352
.. _`selectel/pyte`: https://github.com/selectel/pyte

0 commit comments

Comments
 (0)