From b091f3bf29e0120dd38f9e1aeefbf76371f34a79 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 21 Aug 2019 12:43:30 +0200 Subject: [PATCH] fix newsfragment --- changelog.d/559.change.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/559.change.rst b/changelog.d/559.change.rst index af27e3dd..66498c38 100644 --- a/changelog.d/559.change.rst +++ b/changelog.d/559.change.rst @@ -1 +1 @@ -Keyword-only attributes (``kw_only=True``) and attributes that are excluded from the ``attrs``'s ``__init__`` (``init=False``) now can appear after mandatory attributes. +Keyword-only attributes (``kw_only=True``) and attributes that are excluded from the ``attrs``'s ``__init__`` (``init=False``) now can appear before mandatory attributes.