diff --git a/CHANGES.rst b/CHANGES.rst index e65063939..b2ce13132 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,6 +21,8 @@ Added other formatters in the future. There's also a dummy ``none`` formatter plugin. - ``--formatter=none`` now skips running Black. This is useful when you only want to run Isort or Flynt_. +- Black_ is no longer installed by default. Use ``pip install 'darker[black]'`` to get + Black support. Removed -------