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