diff --git a/README.md b/README.md index 21c501c0..e843908c 100644 --- a/README.md +++ b/README.md @@ -955,11 +955,13 @@ There is the most valuable changes log: ### March 2019 -1. Exclude issues by source code line regexp by `issues.exclude-rules[i].source` -2. Build and test on go 1.12 -3. Support `--color` option -4. Update x/tools to fix c++ issues -5. Include support to log level +1. Support the newest `go vet` (with `go/analysis`) +2. Support configuration of `go vet`: e.g. you can set print functions by `linters-settings.govet.settings.printf.funcs` +3. Exclude issues by source code line regexp by `issues.exclude-rules[i].source` +4. Build and test on go 1.12 +5. Support `--color` option +6. Update x/tools to fix c++ issues +7. Include support for log level ### February 2019 diff --git a/README.tmpl.md b/README.tmpl.md index 05037182..97035761 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -487,11 +487,13 @@ There is the most valuable changes log: ### March 2019 -1. Exclude issues by source code line regexp by `issues.exclude-rules[i].source` -2. Build and test on go 1.12 -3. Support `--color` option -4. Update x/tools to fix c++ issues -5. Include support to log level +1. Support the newest `go vet` (with `go/analysis`) +2. Support configuration of `go vet`: e.g. you can set print functions by `linters-settings.govet.settings.printf.funcs` +3. Exclude issues by source code line regexp by `issues.exclude-rules[i].source` +4. Build and test on go 1.12 +5. Support `--color` option +6. Update x/tools to fix c++ issues +7. Include support for log level ### February 2019