Credit Ying for her contribution
This commit is contained in:
parent
e245f3d3df
commit
3c426bb0a6
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue