From 4ba7b8da313a535da8ad9972cc984557c04a5909 Mon Sep 17 00:00:00 2001 From: Adam Jakab Date: Mon, 16 Mar 2020 10:12:09 +0100 Subject: [PATCH] sampsyo's docs/changelog.rst correction Co-Authored-By: Adrian Sampson --- docs/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 457275763..a51c85cad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -171,8 +171,9 @@ Fixes: properly returns integer values, which should avoid problems where fields like ``bpm`` would sometimes store non-integer values. :bug:`762` :bug:`3507` :bug:`3508` -* Removed `@classmethod`` decorator from dbcore.query.NoneQuery.match method - failing with AttributeError when called. It is now an instance method.` +* Removed ``@classmethod`` decorator from dbcore.query.NoneQuery.match method + failing with AttributeError when called. It is now an instance method. + :bug:`3516` :bug:`3517` For plugin developers: