diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 77faa39a..fe6c18e0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -28,6 +28,9 @@ Changes: - ``__slots__`` have arrived! Classes now can automatically be `slots `_-style (and save your precious memory) just by passing ``slots=True``. `#35 `_ +- ``attr.asdict`` can now produce arbitrary mappings instead of Python ``dict``s + when provided a ``dict_factory`` argument. + `#40 `_ ----