From c9b71160dc28a250ede44e72aa1b1cfd3baa857d Mon Sep 17 00:00:00 2001 From: Preetha Date: Tue, 4 Sep 2018 17:51:59 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e98974c2e..036528e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ IMPROVEMENTS: * core: Added advertise address to client node meta data [[GH-4390](https://github.com/hashicorp/nomad/issues/4390)] - * core: Added support for specifying node affinities. Affinities allow job operators to specify placement preferences according to - different attribute [[GH-4512](https://github.com/hashicorp/nomad/issues/4512)] + * core: Added support for specifying node affinities. Affinities allow job operators to specify weighted placement preferences + according to different node attributes [[GH-4512](https://github.com/hashicorp/nomad/issues/4512)] * core: Added support for spreading allocations across a specific attribute. Operators can specify spread target percentages across failure domains such as datacenter or rack [[GH-4512](https://github.com/hashicorp/nomad/issues/4512)] * client: Extend timeout to 60 seconds for Windows CPU fingerprinting [[GH-4441](https://github.com/hashicorp/nomad/pull/4441)]