From 3c426bb0a6e22a789a6341b9beb09441d64d8ae5 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 20 Aug 2015 13:46:59 +0200 Subject: [PATCH] Credit Ying for her contribution --- AUTHORS.rst | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) 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)