From c42904d6f1e95df563fc684e96401dd1421d3058 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sat, 2 Oct 2021 13:58:05 +0200 Subject: [PATCH] js (and py) nodes, update CHANGES --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index b51371a7380..e62b6b8098f 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,10 @@ Incompatible changes * ``domains.js.JSObject.display_prefix`` has been changed into a method ``get_display_prefix`` which now returns a list of nodes instead of a plain string. +* The rendering of Javascript domain declarations is implemented + with more docutils nodes to allow better CSS styling. + It may break existing styling. + Deprecated ---------- @@ -25,6 +29,7 @@ Features added * #9691: C, added new info-field ``retval`` for :rst:dir:`c:function` and :rst:dir:`c:macro`. * C++, added new info-field ``retval`` for :rst:dir:`cpp:function`. +* More CSS classes on Javascript domain descriptions Bugs fixed ----------