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 ----------