Skip to content

Commit bf298fb

Browse files
authored
Add revision history for 0.590 (#4905)
1 parent 74c5130 commit bf298fb

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

docs/source/class_basics.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ This is a type for objects that support ``bytes(x)``.
309309
310310
def __bytes__(self) -> bytes
311311
312+
.. _supports-int-etc:
313+
312314
``SupportsComplex``
313315
-------------------
314316

docs/source/command_line.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ Here are some more useful flags:
393393
default to using whatever operating system you are currently using. See
394394
:ref:`version_and_platform_checks` for more about this feature.
395395

396+
.. _always-true:
397+
396398
- ``--always-true NAME`` will treat all variables named ``NAME`` as
397399
compile-time constants that are always true. May be repeated.
398400

docs/source/revision_history.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,28 @@ Revision history
33

44
List of major changes:
55

6+
- April 2018
7+
* Publish ``mypy`` version 0.590 on PyPI.
8+
9+
* Document :ref:`PEP 561 support <installed-packages>`.
10+
11+
* Made :ref:`incremental mode <incremental>` the default.
12+
13+
* Document ``--always-true`` and ``--always-false`` (:ref:`docs <always-true>`).
14+
15+
* Document ``follow_imports_for_stubs`` (:ref:`docs<per-module-flags>`).
16+
17+
* Add coroutines to :ref:`Python 3 cheat sheet <cheat-sheet-py3>`.
18+
19+
* Add ``None`` return/strict-optional to :ref:`common issues <annotations_needed>`.
20+
21+
* Clarify that ``SupportsInt`` etc. don't support arithmetic operations (see :ref:`docs <supports-int-etc>`).
22+
623
- March 2018
724
* Publish ``mypy`` version 0.580 on PyPI.
825

926
* Allow specifying multiple packages on the command line with ``-p`` and ``-m`` flags.
1027

11-
* Clarify that ``SupportsInt`` etc. don't support arithmetic operations.
12-
1328
* Publish ``mypy`` version 0.570 on PyPI.
1429

1530
* Add support for :ref:`attrs_package`.

0 commit comments

Comments
 (0)