From 20ebae4bd31b65eaac0d069a96d1ac854d41e8b0 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 27 Nov 2017 14:52:50 +0000 Subject: [PATCH] Fix quoting in changelog --- changelogs/client_server.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index c02032a4..0a3a52c4 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -3,8 +3,8 @@ r0.3.0 - Breaking changes: - - Change the rule kind of `.m.rule.contains_display_name` from - `underride` to `override`. This works with all known clients + - Change the rule kind of ``.m.rule.contains_display_name`` from + ``underride`` to ``override``. This works with all known clients which support push rules, but any other clients implementing the push rules API should be aware of this change. This makes it simple to mute rooms correctly in the API