diff --git a/changelog.d/506.change.rst b/changelog.d/506.change.rst index 038b78ed..461d44ac 100644 --- a/changelog.d/506.change.rst +++ b/changelog.d/506.change.rst @@ -1 +1 @@ -The documentation of generated methods is now created automatically using the method name. +On Python 3, all generated methods now have a docstring explaining that they have been created by ``attrs``.