From f19d0c6f6a24f69a08598db7c8976061ac996faf Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 6 Jul 2017 10:10:06 -0700 Subject: [PATCH] Improvements, not bug fixes! Also spelttting --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ace5e6d1..db48fcbe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ IMPROVEMENTS: [GH-2610] * client: Fingerprint all routable addresses on an interface including IPv6 addresses [GH-2536] + * client/artifact: Allow specifying a go-getter mode [GH-2781] + * client/artifact: Support non-Amazon S3-compatible sources [GH-2781] * client/template: Support reading env vars from templates [GH-2654] * config: Support Unix socket addresses for Consul [GH-2622] * discovery: Advertise driver-specified IP address and port [GH-2709] @@ -44,8 +46,6 @@ BUG FIXES: allocation destroy fixing a corner case in which an allocation may be blocked till destroy [GH-2563] * client/artifact: Honor netrc [GH-2524] - * client/artifact: Allow specifying a go-gettter mode [GH-2781] - * client/artifact: Support non-Amazon S3-compatible sources [GH-2781] * client/artifact: Handle tars where file in directory is listed before directory [GH-2524] * client/config: Use `cpu_total_compute` whenever it is set [GH-2745]