diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 909b3ca7f..8e4ce5fde 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -59,6 +59,8 @@ Changes: `#143 `_ - ``attr.make_class()`` now accepts the keyword argument ``bases`` which allows for subclassing. `#152 `_ +- Metaclasses are now preserved with ``slots=True``. + `#155 `_ ----