From 7ad1926ef70783a9f558fb6d50e838b75c457434 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Tue, 10 Mar 2015 22:19:25 +0100 Subject: [PATCH] Update CHANGES and AUTHORS. Closes #1765. --- AUTHORS | 1 + CHANGES | 1 + 2 files changed, 2 insertions(+) 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 -------------