From d19deacc5716d37cbda1a622191ecee1af9ac987 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Fri, 28 Apr 2017 14:45:18 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 511e3947a92c..ffd15b8d064d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ IMPROVEMENTS: * agent: Added an error at agent startup time if both `-ui` and `-ui-dir` are configured together. [GH-2576] * agent: Added the datacenter of a node to the catalog, health, and query API endpoints which contain a Node structure. [GH-2713] * agent: Added the `ca_path`, `tls_cipher_suites`, and `tls_prefer_server_cipher_suites` options to give more flexibility around configuring TLS. [GH-2963] +* agent: Reduced the timeouts for the `-dev` server mode so that the development server starts up almost instantly. [GH-2984] * api: Add ACL replication status endpoint. [GH-2947] * cli: Show Raft protocol version in `operator raft list-peers` command.[GH-2929]