attrs/docs/changelog.rst

30 lines
453 B
ReStructuredText

.. currentmodule:: attr
.. :changelog:
Changelog
=========
Versions are year-based with a strict :doc:`backwards-compatibility policy <backward-compatibility>`.
The third digit is only for regressions.
15.1.0 (UNRELEASED)
-------------------
Changes:
^^^^^^^^
- Add :func:`attr.validators.optional` that wraps other validators allowing attributes to be ``None``.
15.0.0 (2015-04-15)
-------------------
Changes:
^^^^^^^^
- Initial release.