Skip to content

Commit 61bc680

Browse files
committed
Merge pull request #103 from python-modernize/release-0.4-branch
Link to docs in changelog
2 parents 8f33bfb + 0ab3d1c commit 61bc680

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version 0.4
33

44
Changes since 0.3:
55

6-
* Documentation has been added.
6+
* `Documentation`_ has been added.
77
* All fixers are now idempotent, which allows modernize to safely be applied
88
more than once to the same source code.
99
* The option to include default fixers when ``-f`` options are used is now
@@ -39,6 +39,8 @@ Changes since 0.3:
3939
Python 2.6, such as the ``except ... as`` construct, but this was not
4040
documented.)
4141

42+
.. _Documentation: http://python-modernize.readthedocs.org/en/latest/
43+
4244

4345
Version 0.3
4446
===========

0 commit comments

Comments
 (0)