diff --git a/AUTHORS.rst b/AUTHORS.rst index 3ea7a4d7..599327bf 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -15,5 +15,6 @@ The following folks helped forming ``attrs`` into what it is now: - `Lynn Root `_ - `Samuel A. Falvo II `_ - `Wouter Bolsterlee `_ +- `Ying Li `_ Of course ``characteristic``\ ’s `hall of fame `_ applies as well since they share a lot of code. diff --git a/docs/changelog.rst b/docs/changelog.rst index f575f8ad..99ea1551 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,7 @@ Changes: - Add :func:`attr.validators.optional` that wraps other validators allowing attributes to be ``None``. `[16] `_ - Fix multi-level inheritance. `[24] `_ +- Fix ``__repr__`` to work for non-redecorated subclasses. `[20] `_ 15.0.0 (2015-04-15)