From e3bc546a4601e9c40ceb8b7e8f021fe0c63659b0 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 12 Feb 2020 17:34:15 -0800 Subject: [PATCH] Add release note regarding Windows Vista support --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44fecf06e..c59b44706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,7 +98,10 @@ #### Release Notes -- Official packages built with Go 1.13.5. +- Official packages built with Go 1.13.5. This affects the minimum supported + version on several platforms, most notably requiring Windows 7 (2008 R2) or + later. For details, check the release notes for Go + [ports](https://golang.org/doc/go1.13#ports). - The `prometheus` input and `prometheus_client` output have a new mapping to and from Telegraf metrics, which can be enabled by setting `metric_version = 2`. The original mapping is deprecated. When both plugins have the same setting,