Update CHANGES and AUTHORS. Closes #1765.

This commit is contained in:
Jakob Lykke Andersen 2015-03-10 22:19:25 +01:00
parent dc8786bd5e
commit 7ad1926ef7
2 changed files with 2 additions and 0 deletions

View File

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

View File

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