From d1941aa1e64504798faf8b5124c8f26c8fd34f18 Mon Sep 17 00:00:00 2001 From: Cathy Chang Date: Wed, 6 Feb 2019 13:54:59 -0800 Subject: [PATCH] remove apostrophe in "job's" --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a238e5db..d9375a3da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ __BACKWARDS INCOMPATIBILITIES:__ updating. * core: IOPS as a resource is now deprecated [[GH-4970](https://github.com/hashicorp/nomad/issues/4970)]. Nomad continues - to parse IOPS in job's to allow job authors time to remove iops from their + to parse IOPS in jobs to allow job authors time to remove iops from their jobs. * core: Allow the != constraint to match against keys that do not exist [[GH-4875](https://github.com/hashicorp/nomad/pull/4875)] * client: Task config interpolation requires names to be valid identifiers