From 75a225eab8d72ac2253ea86e2119940ceef6765f Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Tue, 29 Nov 2016 12:47:30 -0800 Subject: [PATCH] docs(changelog) add missing 0.9.6 release notes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b6851fc704..c3f48702cf4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Resolve support for PostgreSQL SSL connections. [#1720](https://github.com/Mashape/kong/issues/1720) +- Ensure `kong start` honors the `--conf` flag is a config file already exists + at one of the default locations (`/etc/kong.conf`, `/etc/kong/kong.conf`). + [#1681](https://github.com/Mashape/kong/pull/1681) +- Obfuscate sensitive properties from the `/` Admin API route which returns + the current node's configuration. + [#1650](https://github.com/Mashape/kong/pull/1650) ## [0.9.5] - 2016/11/07