From 3aabcd2f809d4a8fffdde4be532c4bbc05f52284 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 9 Oct 2021 16:29:19 +0900 Subject: [PATCH] Update CHANGES for PR #9688 --- CHANGES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 52254840be7..f21c9c76289 100644 --- a/CHANGES +++ b/CHANGES @@ -64,8 +64,7 @@ Bugs fixed * #9697: py domain: An index entry with parens was registered for ``py:method`` directive with ``:property:`` option * #9708: needs_extension failed to check double-digit version correctly -* Fix bug ``.. code::`` recognising ``:classes:`` option instead of ``:class:`` - option. The new behaviour is to only accept the ``:class:`` option. +* #9688: Fix :rst:dir:`code`` does not recognize ``:class:`` option Testing --------