From ab8a7c4f2f106087fc60856862fbae6b7b8fbafb Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Mon, 23 Mar 2020 18:30:06 +0300 Subject: [PATCH] Update 2018.md Add link for changelog 2017 --- docs/en/changelog/2018.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/changelog/2018.md b/docs/en/changelog/2018.md index 049a1c5bfc2..7cb6ec834ad 100644 --- a/docs/en/changelog/2018.md +++ b/docs/en/changelog/2018.md @@ -1052,3 +1052,5 @@ This release contains bug fixes for the previous release 1.1.54337: - When doing a rolling update on a cluster, at the point when some of the replicas are running the old version of ClickHouse and some are running the new version, replication is temporarily stopped and the message `unknown parameter 'shard'` appears in the log. Replication will continue after all replicas of the cluster are updated. - If different versions of ClickHouse are running on the cluster servers, it is possible that distributed queries using the following functions will have incorrect results: `varSamp`, `varPop`, `stddevSamp`, `stddevPop`, `covarSamp`, `covarPop`, `corr`. You should update all cluster nodes. + +## [Changelog for 2017](https://github.com/ClickHouse/ClickHouse/blob/master/docs/en/changelog/2017.md)