From 9b1bd5197b1006d8dbb954e6e93f1f2a7417e480 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Mon, 15 May 2017 17:53:30 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba5a0952c..d58a7a9290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ FEATURES: IMPROVEMENTS: * agent: Added a check which prevents advertising or setting a service to a zero address (`0.0.0.0`, `[::]`, `::`). [GH-2961] +* agent: Allow binding to any public IPv6 address with `::` [GH-2285] * agent: Added a method for gracefully transitioning to TLS on an existing cluster. [GH-1705] * agent: Removed SCADA-related code for Atlas and deprecated all Atlas-related configuration options. [GH-3032] +* build: Provide linux/arm64 package [GH-3042] BUG FIXES: