Skip to content

Commit 0270ba8

Browse files
committed
Update CHANGES.rst for recent bug fixes (#330, #421)
1 parent 6790456 commit 0270ba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ WIP 8.x
5151
- Modernize development setup: use ``uv`` and ``just``, add support for Python 3.14, and drop support for Python 3.9. (hugovk in `#420`_)
5252
- Fix ``QRCode.clear()`` to properly reset the internal state, allowing instance reuse. (m000 in `#411`_)
5353
- Significant performance improvement for ``SolidFillColorMask``. (heitor in `#397`_)
54+
- Fix thread safety issue in ``bisect_left`` usage. (Fixes `#421`_)
55+
- Fix ``ValueError: glog(0)`` when encoding zero-heavy data. (Fixes `#330`_)
5456

5557
.. _#315: https://github.com/lincolnloop/python-qrcode/pull/315
5658
.. _#349: https://github.com/lincolnloop/python-qrcode/pull/349
@@ -62,7 +64,9 @@ WIP 8.x
6264
.. _#408: https://github.com/lincolnloop/python-qrcode/pull/408
6365
.. _#411: https://github.com/lincolnloop/python-qrcode/pull/411
6466
.. _#412: https://github.com/lincolnloop/python-qrcode/pull/412
67+
.. _#330: https://github.com/lincolnloop/python-qrcode/issues/330
6568
.. _#420: https://github.com/lincolnloop/python-qrcode/pull/420
69+
.. _#421: https://github.com/lincolnloop/python-qrcode/issues/421
6670

6771
8.2 (01 May 2025)
6872
-----------------

0 commit comments

Comments
 (0)