From 1ee53d4e76a55914ddf59ddeb3fb48dd3241afee Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 25 Feb 2017 13:40:15 -0500 Subject: [PATCH] Fix up changelog for #2453 --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f9051dd73..a0ae8d43b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -31,7 +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`. +* You can now run beets by typing `python -m beets`. :bug:`2453` Fixes: