Fix changelog
This commit is contained in:
parent
d7cdc97a2a
commit
1c6a8e59e0
|
@ -22,13 +22,13 @@ Backward-incompatible changes:
|
|||
Changes:
|
||||
^^^^^^^^
|
||||
|
||||
- Allow the case of initializing attributes that are set to ``init=False``.
|
||||
This allows for clean initializer parameter lists while being able to initialize attributes to default values.
|
||||
`#32 <https://github.com/hynek/attrs/issues/32>`_
|
||||
- ``__slots__`` have arrived!
|
||||
Classes now can automatically be `slots <https://docs.python.org/3.5/reference/datamodel.html#slots>`_-style (and save your precious memory) just by passing ``slots=True``.
|
||||
`#35 <https://github.com/hynek/attrs/issues/35>`_
|
||||
- ``attr.asdict`` can now produce arbitrary mappings instead of Python ``dict``s when provided with a ``dict_factory`` argument.
|
||||
- Allow the case of initializing attributes that are set to ``init=False``.
|
||||
This allows for clean initializer parameter lists while being able to initialize attributes to default values.
|
||||
`#32 <https://github.com/hynek/attrs/issues/32>`_
|
||||
- ``attr.asdict`` can now produce arbitrary mappings instead of Python ``dict``\ s when provided with a ``dict_factory`` argument.
|
||||
`#40 <https://github.com/hynek/attrs/issues/40>`_
|
||||
- Multiple performance improvements.
|
||||
|
||||
|
|
Loading…
Reference in New Issue