commit | 0d372ebc2b9d89a21ebae94a841e7741ee3fd147 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Fri Oct 14 00:36:21 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Fri Oct 14 00:36:21 2016 -0700 |
tree | 0891b83ed5f2eccec3a5a5092f4109343b5d1187 | |
parent | 7cc4d18ff0563380adabe751416e8bcf77d4d0b6 [diff] [blame] |
Mark lines to format in O(n) time
diff --git a/CHANGELOG b/CHANGELOG index b64e9d2..02895cb 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -14,6 +14,7 @@ - Enforce two blank lines after a function or class definition, even before a comment. (But not between a decorator and a comment.) This is related to PEP8 error E305. +- Remove O(n^2) algorithm from the line disabling logic. ## [0.12.2] 2016-10-09 ### Fixed