From eaebc08f8eb06ba724da4506aea289eb0be6ce58 Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Wed, 3 Mar 2021 17:38:08 +0100 Subject: [PATCH] Update changelog for 0.15.1 hotfix --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index dd24534ee..bda8120fe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,10 @@ Changes CHANGELOG --------- + +**0.15.1** + - [Fix] Fix back compatibility for default listen on `localhost:8081` (thx to @Felixoid) + **0.15.0** - **[Breaking]** - cache (including memcache) now uses sha256 for a hash function for keys. This might break existing setup - **[Breaking]** - new config variable `slowLogThreshold` under `upstreams` section controls what request time would be required for request to be logged in `slow` logger.