Skip to content

Commit db445e5

Browse files
committed
Update changes
1 parent 5b786db commit db445e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ WIP
3838
- **Added** ``GappedCircleModuleDrawer`` (PIL) to render QR code modules as non-contiguous circles. (BenwestGate in `#373`_)
3939
- **Added** ability to execute as a Python module: ``python -m qrcode --output qrcode.png "hello world"`` (stefansjs in `#400`_)
4040
- **Removed** the hardcoded 'id' argument from SVG elements. The fixed element ID caused conflicts when embedding multiple QR codes in a single document. (m000 in `#385`_)
41-
- Improved test coveraged (akx in `#315`_)
42-
- Fixed typos in code that used ``embeded`` instead of ``embedded``. For backwards compatibility, the misspelled parameter names are still accepted but now emit deprecation warnings. These deprecated parameter names will be removed in v9.0. (benjnicholls in `#349`_)
41+
- **Fixed** typos in code that used ``embeded`` instead of ``embedded``. For backwards compatibility, the misspelled parameter names are still accepted but now emit deprecation warnings. These deprecated parameter names will be removed in v9.0. (benjnicholls in `#349`_)
42+
- **Fixed** an issue where an ``<svg:`` prefix in the SVG output caused invalid markup when inlined within HTML documents. (bartTC in `#412`_)
4343
- Migrate pyproject.toml to PEP 621-compliant [project] metadata format. (hroncok in `#399`_)
44+
- Improved test coveraged (akx in `#315`_)
4445
- Implement Ruff rules and perform comprehensive code cleanup.
4546

4647
.. _#315: https://github.com/lincolnloop/python-qrcode/pull/315
@@ -49,6 +50,7 @@ WIP
4950
.. _#385: https://github.com/lincolnloop/python-qrcode/pull/385
5051
.. _#399: https://github.com/lincolnloop/python-qrcode/pull/399
5152
.. _#400: https://github.com/lincolnloop/python-qrcode/pull/400
53+
.. _#412: https://github.com/lincolnloop/python-qrcode/pull/412
5254

5355
8.2 (01 May 2025)
5456
-----------------

0 commit comments

Comments
 (0)