attrs/docs/changelog.rst

30 lines
453 B
ReStructuredText
Raw Normal View History

2015-01-27 16:53:17 +00:00
.. currentmodule:: attr
.. :changelog:
Changelog
=========
2015-03-23 09:32:13 +00:00
Versions are year-based with a strict :doc:`backwards-compatibility policy <backward-compatibility>`.
2015-01-27 16:53:17 +00:00
The third digit is only for regressions.
2015-08-12 11:51:44 +00:00
15.1.0 (UNRELEASED)
2015-04-15 22:01:10 +00:00
-------------------
Changes:
^^^^^^^^
2015-07-10 17:11:11 +00:00
- Add :func:`attr.validators.optional` that wraps other validators allowing attributes to be ``None``.
2015-04-15 22:01:10 +00:00
2015-04-15 21:39:29 +00:00
15.0.0 (2015-04-15)
2015-01-27 16:53:17 +00:00
-------------------
Changes:
^^^^^^^^
- Initial release.