Skip to content

Commit

Permalink
Updated CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed May 12, 2022
1 parent 73213a9 commit 51d5617
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
Changes
=======

1.x.y -- 2022-mm-dd
1.5.0 -- 2022-mm-dd
-------------------
* Added support for `PEP 517 <https://www.python.org/dev/peps/pep-0517/>`_
* Removed PyQRCode from comparison / benchmarks since it adds no value anymore
* Added more properties for vCard
see `PR #106 <https://github.com/heuer/segno/pull/106>`_ contributed by
`Tobias Udtke <https://github.com/DerBiasto>`_:

- cellphone (TEL;TYPE=CELL)
- homephone (TEL;TYPE=HOME)
- workphone (TEL;TYPE=WORK)

Signatures of `segno.helpers.make_vcard <https://segno.readthedocs.io/en/latest/api.html#segno.helpers.make_vcard>`_
and `segno.helpers.make_vcard_data <https://segno.readthedocs.io/en/latest/api.html#segno.helpers.make_vcard_data>`_
changed, but in a backwards compatible way.
* Changed default Python test version to 3.10 (2.7 and above are still supported)


1.4.1 -- 2021-11-25
Expand Down

0 comments on commit 51d5617

Please sign in to comment.