summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
Commit message (Collapse)AuthorAgeFilesLines
* Move the unreleased note to the right versionIan Cordasco2016-07-262-4/+4
|
* Fix project config file discoveryIan Cordasco2016-07-263-2/+12
| | | | | | | | | Flake8 3.0 was stopping once it found the current directory but the historical behaviour (that we didn't intend to break) searched past that (towards root) until it found one of the project/local config file names that could be read. Closes #181
* Add release notes for 3.0.13.0.1Ian Cordasco2016-07-251-0/+9
|
* Handle multiline strings with '# noqa'Ian Cordasco2016-07-252-0/+11
| | | | | | | | | In Flake8 2.x we allowed people to use # noqa at the end of a multiline string to ignore errors inside the string (e.g., E501). Being blissfully ignorant of this, I never accounted for it in Flake8 3. This fixes the oversight and allows multiline statements to have the # noqa at the end. Closes #177
* Update release notes and version string for 3.03.0.0Ian Cordasco2016-07-241-18/+6
|
* Add 3.0.0b2 release notes3.0.0b2Ian Cordasco2016-06-281-0/+16
|
* Add forgotten release noteIan Cordasco2016-06-261-0/+3
|
* Add missing release notesIan Cordasco2016-06-253-0/+22
|
* Add more release notes for 3.0.0b1Ian Cordasco2016-06-251-2/+14
|
* Add release note for 2.6.1Ian Cordasco2016-06-251-0/+6
|
* Add information about new --verbose behaviourIan Cordasco2016-06-151-0/+2
|
* Add note about # noqa: <errors>Ian Cordasco2016-06-151-5/+10
|
* Start a changelog entry for 3.0.0Ian Cordasco2016-06-142-0/+24
|
* Add release notes portion of documentationIan Cordasco2016-06-1433-0/+328