Credit Ying for her contribution

This commit is contained in:
Hynek Schlawack 2015-08-20 13:46:59 +02:00
parent e245f3d3df
commit 3c426bb0a6
2 changed files with 2 additions and 0 deletions

View File

@ -15,5 +15,6 @@ The following folks helped forming ``attrs`` into what it is now:
- `Lynn Root <https://github.com/econchick>`_
- `Samuel A. Falvo II <https://github.com/sam-falvo>`_
- `Wouter Bolsterlee <https://github.com/wbolster/>`_
- `Ying Li <https://github.com/cyli>`_
Of course ``characteristic``\ s `hall of fame <https://characteristic.readthedocs.org/en/stable/license.html>`_ applies as well since they share a lot of code.

View File

@ -18,6 +18,7 @@ Changes:
- Add :func:`attr.validators.optional` that wraps other validators allowing attributes to be ``None``. `[16] <https://github.com/hynek/attrs/issues/16>`_
- Fix multi-level inheritance. `[24] <https://github.com/hynek/attrs/issues/24>`_
- Fix ``__repr__`` to work for non-redecorated subclasses. `[20] <https://github.com/hynek/attrs/issues/20>`_
15.0.0 (2015-04-15)