diff --git a/AUTHORS b/AUTHORS index e4219db2f..4574c3d8b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,6 +16,7 @@ Other contributors, listed alphabetically, are: * Alastair Houghton -- Apple Help builder * Andi Albrecht -- agogo theme +* Jakob Lykke Andersen -- Rewritten C++ domain * Henrique Bastos -- SVG support for graphviz extension * Daniel Bültmann -- todo extension * Etienne Desautels -- apidoc module diff --git a/CHANGES b/CHANGES index 8abd364ad..646c5d9c7 100644 --- a/CHANGES +++ b/CHANGES @@ -39,6 +39,7 @@ Bugs fixed :rst:dir:`literalinclude` dirctives. * #1756: Incorrect section titles in search that was introduced from 1.3b3. * #1746: C++, fixed name lookup procedure, and added missing lookups in declarations. +* #1765: C++, fix old id generation to use fully qualified names. Documentation -------------