Changelog entry.
This commit is contained in:
parent
88f33a9375
commit
96e217dcd3
|
@ -28,6 +28,9 @@ Changes:
|
|||
- ``__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 a ``dict_factory`` argument.
|
||||
`#40 <https://github.com/hynek/attrs/issues/40>`_
|
||||
|
||||
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue