Skip to content

Commit 4395902

Browse files
committed
Update changelog
1 parent ca68b09 commit 4395902

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ WIP
77

88
- Added ``GappedCircleModuleDrawer`` (PIL) to render QR code modules as non-contiguous circles. (BenwestGate in `#373`_)
99
- Improved test coveraged (akx in `#315`_)
10+
- 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`_)
1011
- Migrate pyproject.toml to PEP 621-compliant [project] metadata format. (hroncok in `#399`_)
1112
- Allow execution as a Python module. (stefansjs in `#400`_)
1213

@@ -15,6 +16,7 @@ WIP
1516
python -m qrcode --output qrcode.png "hello world"
1617

1718
.. _#315: https://github.com/lincolnloop/python-qrcode/pull/315
19+
.. _#349: https://github.com/lincolnloop/python-qrcode/pull/349
1820
.. _#373: https://github.com/lincolnloop/python-qrcode/pull/373
1921
.. _#399: https://github.com/lincolnloop/python-qrcode/pull/399
2022
.. _#400: https://github.com/lincolnloop/python-qrcode/pull/400

0 commit comments

Comments
 (0)