From 217915bd69a9e5bab97185bb9ba79dfd648bf506 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 16 May 2019 16:42:15 -0400 Subject: [PATCH] Slightly longer changelog section headings --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8baa96c98..a63ade9e9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -271,7 +271,7 @@ And there are many other fixes: Thanks to :user:`ababyduck`. :bug:`2093` :bug:`3236` -For developers: +There is one new thing for plugin developers to know about: * In addition to prefix-based field queries, plugins can now define *named queries* that are not associated with any specific field. @@ -279,7 +279,7 @@ For developers: ``playlist:name`` although there is no field named ``playlist``. See :ref:`extend-query` for details. -For packagers: +And some messages for packagers: * Note the changes to the dependencies on :pypi:`jellyfish` and :pypi:`munkres`. * The optional :pypi:`python-itunes` dependency has been removed.