diff --git a/docs/changelog.rst b/docs/changelog.rst index f7315e8c1..f9051dd73 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -31,6 +31,7 @@ New features: * A new :ref:`hardlink` config option instructs the importer to create hard links on filesystems that support them. Thanks to :user:`jacobwgillespie`. :bug:`2445` +* Added support to run program from module, e.g. `python -m beets`. Fixes: