diff --git a/CHANGELOG.md b/CHANGELOG.md index f8fb9c51fc..1daef68471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ All notable changes to this project will be documented in this file based on the * Generator for the Beats fields.ecs.yml file. #379 * Remove many legacy generated files. #399 * Specify static output format for event.duration. #425 +* Format port numbers and numeric IDs as strings. #454 +* Add example for `process.pid` and `process.ppid`. #464, #470 ## [1.0.0](https://github.com/elastic/ecs/compare/v1.0.0-beta2...v1.0.0) diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 8aeba5689c..a8c87f89f0 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -8,8 +8,6 @@ ### Improvements -* Format port numbers and numeric IDs as strings. #454 - ### Deprecated