From 7bf75824bf7a79e1fa99137fcc08df9072976780 Mon Sep 17 00:00:00 2001 From: Piotr Tabor Date: Fri, 25 Sep 2020 20:29:51 +0200 Subject: [PATCH] CHANGELOG: Update changelog about modules instead of ./vendor (#12313) Follow up to PR: https://github.com/etcd-io/etcd/pull/12279 --- CHANGELOG-3.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 54c93c4e324..c7a746dadf8 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -228,6 +228,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Require [*Go 1.15+*](https://github.com/etcd-io/etcd/pull/11110). - Compile with [*Go 1.15*](https://golang.org/doc/devel/release.html#go1.15) +- etcd uses go [modules](https://github.com/etcd-io/etcd/pull/12279) (instead of vendor dir) to track dependencies. ### Project Governance