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.