From aac6fdb93bbbe6ea16c8feac77ca8b016ba29f4a Mon Sep 17 00:00:00 2001 From: Piotr Tabor Date: Thu, 17 Sep 2020 18:51:10 +0200 Subject: [PATCH] CHANGELOG: Update changelog about modules instead of ./vendor 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 54c93c4e3249..2e1159eba20f 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