summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-12 11:32:21 +0100
committerGeorg Brandl <georg@python.org>2014-11-12 11:32:21 +0100
commit8637a62828683512d8ef080b5ad23094815d2eed (patch)
tree94351db179c2c404c94408d5b63b6d0b0a8afdfa /CHANGES
parent216804f3142da96f350bf9e5cb86a0682bd241fb (diff)
downloadsphinx-8637a62828683512d8ef080b5ad23094815d2eed.tar.gz
Closes #1623: Return types specified with ``:rtype:`` are now turned into links if possible.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f35e7ed5..07b4c314 100644
--- a/CHANGES
+++ b/CHANGES
@@ -123,6 +123,8 @@ Features added
to Jeppe Pihl.
* PR#299: add various options to sphinx-quickstart. Quiet mode option
``--quiet`` will skips wizard mode. Thanks to WAKAYAMA shirou.
+* #1623: Return types specified with ``:rtype:`` are now turned into links if
+ possible.
Bugs fixed
----------