changelog: make napoleon more visible

This commit is contained in:
Georg Brandl 2014-01-20 08:54:04 +01:00
parent 4219cd32c8
commit 8671744e75

View File

@ -18,6 +18,9 @@ Incompatible changes
New features
------------
* Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring
support.
* PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields
for Python.
@ -36,9 +39,6 @@ New features
* Prompt for the document language in sphinx-quickstart.
* Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring
support.
Bugs fixed
----------