Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed Dec 6, 2018
1 parent 8474f08 commit 60bfae7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file based on the

### Breaking changes

* Rename `network.total.bytes` to `network.bytes` and `network.total.packets`
to `network.packets`. #179
* Remove `network.inbound.bytes`, `network.inbound.packets`,
`network.outbound.bytes` and `network.outbound.packets`. #179

### Bugfixes

* Fix obvious mistake in the definition of "source", where it said "destination"
Expand Down Expand Up @@ -36,6 +41,8 @@ All notable changes to this project will be documented in this file based on the

* Clarify the semantics of `network.direction`. #212

* Add `source.bytes`, `source.packets`, `destination.bytes` and `destination.packets`. #179

### Deprecated

## [1.0.0-beta1](https://github.com/elastic/ecs/compare/v0.1.0...v1.0.0-beta1)
Expand Down

0 comments on commit 60bfae7

Please sign in to comment.