diff --git a/CHANGES.rst b/CHANGES.rst index ff951a5b..05c57dd7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -45,7 +45,7 @@ New Features Misc ---- -- Use multiclass of `np.uint32` and `Enum` rather than a subclass of `IntEnum` +- Use multiclass of ``np.uint32`` and ``Enum`` rather than a subclass of ``IntEnum`` for the dqflags as suggested by the numpy devs. (`#402 `_)