File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
67718.2 (01 May 2025)
6872-----------------
You can’t perform that action at this time.
0 commit comments