]>
Commit | Line | Data |
---|---|---|
9a21f589 | 1 | ## [Unreleased] |
9e8ed0ed SW |
2 | ### Added |
3 | - Specify profile path with --profile | |
9a21f589 SW |
4 | |
5 | ## [2.0.0] - 2020-06-17 | |
6 | ### Changed | |
7 | - Config sections must now specify their type explicitly | |
8 | ||
9 | ### Added | |
10 | - type=symlink search paths | |
11 | ||
12 | ||
13 | ## [1.5.1] - 2020-06-17 | |
14 | ### Fixed | |
15 | - Support old mypy version 0.701 (by working around its bugs) | |
16 | - Version numbers are now semver | |
17 | ||
18 | ||
19 | ## [1.5] - 2020-06-12 | |
20 | ### Fixed | |
21 | - Support log.showSignature | |
22 | ||
23 | ||
24 | ## [1.4] - 2020-06-11 | |
25 | First usable version |