changelog

This commit is contained in:
Christopher Armstrong 2015-09-16 15:30:38 -05:00 committed by Hynek Schlawack
parent 75cd960aaa
commit c74c9b1f1e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ The third digit is only for regressions.
Changes: Changes:
^^^^^^^^ ^^^^^^^^
- Add a `convert` argument to :func:`attr.ib`, which allows specifying a function to run on arguments. This allows for simple type conversions, e.g. with ``attr.ib(convert=int)``. `[26] <https://github.com/hynek/attrs/issues/26>`
- speed up object creation when attribute validators are used `[28] <https://github.com/hynek/attrs/issues/28>`_ - speed up object creation when attribute validators are used `[28] <https://github.com/hynek/attrs/issues/28>`_