Skip to content

Commit

Permalink
Add 0.4.5 release notes to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JukkaL committed Oct 7, 2016
1 parent e2c2be3 commit 032acb7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/common_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ understand how mypy handles a particlar piece of code. Example:
any ``reveal_type`` calls before you can run your code.
``reveal_type`` is always available and you don't need to import it.

.. _import-cycles:

Import cycles
-------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/python36.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. python36:
.. _python-36:

New features in Python 3.6
==========================
Expand Down
14 changes: 14 additions & 0 deletions docs/source/revision_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Revision history

List of major changes to this document:

- October 2016
Publish ``mypy-lang`` version 0.4.5 on PyPI.

Add :ref:`python-36`.

Add :ref:`config-file`.

Updates to :ref:`command-line`: ``--strict-optional-white-list``,
``--disallow-subclassing-any``, ``--config-file``, ``@flagfile``,
``--hide-error-context`` (replaces ``--suppress-error-context``),
``--show-column-numbers`` and ``--scripts-are-modules``.

Mention ``typing.TYPE_CHECKING`` in :ref:`import-cycles`.

- August 2016
Publish ``mypy-lang`` version 0.4.4 on PyPI.

Expand Down

0 comments on commit 032acb7

Please sign in to comment.