From 9898cb16786c254aa996a16d353dff2a68fcde54 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 8 Jun 2016 09:37:26 -0700 Subject: [PATCH] Changelog/thanks for #2038 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0199d7c54..6fc835c61 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,6 +21,8 @@ Fixes: * :doc:`/plugins/lyrics`: Avoid a crash and a spurious warning introduced in the last version about a Google API key, which appeared even when you hadn't tried to enable the Google lyrics source. +* Fix a hard-coded path to ``bash-completion`` to work better with Homebrew + installations. Thanks to :user:`bismark`. :bug:`2038` 1.3.18 (May 31, 2016)