From 1b992f5ea441351dd921723d722bee0786ae2d28 Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Wed, 23 Jan 2019 13:28:48 -0500 Subject: [PATCH] Not super inspired. Hopefully not too chatty... --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d789fa66ab..e060dadde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,13 @@ All notable changes to this project will be documented in this file based on the ### Breaking changes * Remove the `user.group` `keyword` field, introduced in #204. Instead, - the `group` field set can be nested at `user.group` #308 + the `group` field set can be nested at `user.group`. #308 ### Bugfixes -* Remove the `user.group` `keyword` field, introduced in #204. Instead, - the `group` field set can be nested at `user.group` #308 +* Field set name "group" was being used as a leaf field at `user.group`, instead + of being a nesting of the field set. This goes against a driving principle of ECS, + and has been corrected. #308 ### Added