From 420772ea497872b99ac61dc242d9f7c75ef06ea9 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 17 Feb 2019 13:54:18 -0500 Subject: [PATCH] Changelog entry for pseudo-field queries --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a254d5efc..fc6b4cd93 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -144,6 +144,14 @@ Fixes: .. _python-itunes: https://github.com/ocelma/python-itunes +For developers: + +* In addition to prefix-based field queries, plugins can now define *named + queries* that are not associated with any specific field. + For example, the new :doc:`/plugins/playlist` supports queries like + ``playlist:name`` although there is no field named ``playlist``. + See :ref:`extend-query` for details. + 1.4.7 (May 29, 2018) --------------------