Skip to content

Commit

Permalink
Cut 1.4.0 changelog (elastic#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin authored Dec 19, 2019
1 parent 3b7effc commit cc4b36e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@
All notable changes to this project will be documented in this file based on the [Keep a Changelog](https://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](https://semver.org/).


## [1.4.0](https://github.com/elastic/ecs/compare/v1.3.1...v1.4.0)

### Schema Changes

#### Added

* Added default `text` analyzer as a multi-field to `user_agent.original`. #575
* Added `file.attributes`. #611
* Added `file.drive_letter`. #620
* Added `rule` fields. #665
* Added default `text` analyzer as a multi-field to around 25 more fields. #680
* Added `registry.*` fieldset for the Windows registry. #673
* Publish initial list of allowed values for the categorization fields (previously reserved)
`event.kind`, `event.category`, `event.type` and `event.outcome`. #684, #691, #692
* Added `related.user` #694


### Tooling and Artifact Changes

#### Bugfixes

* Fix support for multi-fields. #575


## [1.3.1](https://github.com/elastic/ecs/compare/v1.3.0...v1.3.1)

### Schema Changes
Expand Down
12 changes: 0 additions & 12 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ Thanks, you're awesome :-) -->

#### Added

* Added default `text` analyzer as a multi-field to `user_agent.original`. #575
* Added `file.attributes`. #611
* Added `file.drive_letter`. #620
* Added `rule` fields. #665
* Added default `text` analyzer as a multi-field to around 25 more fields. #680
* Added `registry.*` fieldset for the Windows registry. #673
* Publish initial list of allowed values for the categorization fields (previously reserved)
`event.kind`, `event.category`, `event.type` and `event.outcome`. #684, #691, #692
* Added `related.user` #694

#### Improvements

#### Deprecated
Expand All @@ -37,8 +27,6 @@ Thanks, you're awesome :-) -->

#### Bugfixes

* Fix support for multi-fields. #575

#### Added

#### Improvements
Expand Down

0 comments on commit cc4b36e

Please sign in to comment.