From 5beca68a1149ab357976b4c0014011d8f5e16487 Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Mon, 2 Aug 2021 17:19:21 -0400 Subject: [PATCH] Add missing PR number Add missing PR number in the changelog entry. --- CHANGELOG-3.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 85db0c878..974c1bde6 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -177,7 +177,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Add [`etcd --socket-reuse-address`](https://github.com/etcd-io/etcd/pull/12702) flag - Setting this flag enables `SO_REUSEADDR` which allows binding to an address in `TIME_WAIT` state, improving etcd restart time. - Reduce [around 30% memory allocation by logging range response size without marshal](https://github.com/etcd-io/etcd/pull/12871). -- `ETCD_VERIFY="all"` environment triggers [additional verification of consistency](https://github.com/etcd-io/etcd/pull/) of etcd data-dir files. +- `ETCD_VERIFY="all"` environment triggers [additional verification of consistency](https://github.com/etcd-io/etcd/pull/12901) of etcd data-dir files. - Add [`etcd --enable-log-rotation`](https://github.com/etcd-io/etcd/pull/12774) boolean flag which enables log rotation if true. - Add [`etcd --log-rotation-config-json`](https://github.com/etcd-io/etcd/pull/12774) flag which allows passthrough of JSON config to configure log rotation for a file output target. - Add experimental distributed tracing boolean flag [`--experimental-enable-distributed-tracing`](https://github.com/etcd-io/etcd/pull/12919) which enables tracing.