Skip to content

Commit

Permalink
Update HISTORY.rst
Browse files Browse the repository at this point in the history
Minor: Wording

Co-authored-by: Tin Tvrtković <tinchester@gmail.com>
  • Loading branch information
madig and Tinche committed Jun 20, 2022
1 parent 7636e91 commit b1a681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ History
* Fix propagating the `detailed_validation` flag to mapping and counter structuring generators.
* Fix ``typing.Set`` applying too broadly when used with the ``GenConverter.unstruct_collection_overrides`` parameter on Python versions below 3.9. Switch to ``typing.AbstractSet`` on those versions to restore the old behavior.
(`#264 <https://github.com/python-attrs/cattrs/issues/264>`_)
* Uncap the minimum required Python version, to avoid problems detailed in https://iscinumpy.dev/post/bound-version-constraints/#pinning-the-python-version-is-special (`#275 <https://github.com/python-attrs/cattrs/issues/275>`_)
* Uncap the required Python version, to avoid problems detailed in https://iscinumpy.dev/post/bound-version-constraints/#pinning-the-python-version-is-special (`#275 <https://github.com/python-attrs/cattrs/issues/275>`_)

22.1.0 (2022-04-03)
-------------------
Expand Down

0 comments on commit b1a681a

Please sign in to comment.