Skip to content

Commit

Permalink
Start populating the changelog for ECS 1.0.1 (elastic#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin authored May 24, 2019
1 parent d3e9970 commit dec6f12
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/).


## [1.0.1](https://github.com/elastic/ecs/compare/v1.0.0...v1.0.1)

### Added

* Add generated source code for Go. #249
* Translate the documentation from README.md, to the main website. #266, #334, #400, #430, #437
* New generator that supports reusable fields, for files based on ECS.
It generates schema.csv, Elasticsearch 6 and 7 templates, and field documentation
for the main website. #336
* Generator for the asciidoc rendering of field definitions. #347
* Generator for the Beats fields.ecs.yml file. #379
* Remove many legacy generated files. #399
* Specify static output format for event.duration. #425

## [1.0.0](https://github.com/elastic/ecs/compare/v1.0.0-beta2...v1.0.0)

### Breaking changes
Expand Down
8 changes: 0 additions & 8 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@

### Added

* Add generated source code for Go. #249
* Translate the documentation from README.md, to the main website. #266, #334
* New generator that supports reusable fields, for files based on ECS.
It generates schema.csv, Elasticsearch 6 and 7 templates, and field documentation
for the main website. #336
* Generator for the asciidoc rendering of field definitions. #347
* Generator for the Beats fields.ecs.yml file. #379

### Improvements

### Deprecated
Expand Down

0 comments on commit dec6f12

Please sign in to comment.