CHANGELOG: Update changelog about modules instead of ./vendor (#12313)

Follow up to PR: https://github.com/etcd-io/etcd/pull/12279
This commit is contained in:
Piotr Tabor 2020-09-25 20:29:51 +02:00 committed by GitHub
parent ed82418799
commit 7bf75824bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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