From 86931b76d6fe7fce39b08cfbb4621224649dd7e7 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Thu, 23 Apr 2020 02:34:04 +0300 Subject: [PATCH] changelog: update --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c8c8a1..38653356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci). There is the most valuable changes log: +## April 2020 + +1. Add new linters: `testpackage`, `nestif`, `godot`, `gomodguard` +2. Add github actions output format +3. Update linters: `wsl` +4. Support `disabled-tags` setting for `gocritic` +5. Mitigate OOM and "failed prerequisites" +6. Self-isolate due to unexpected pandemics + ### September 2019 1. Support go1.13