Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport #633 to 1.3: Split changelog in two sections #634

Merged
merged 1 commit into from
Nov 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 31 additions & 10 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
<!-- When adding an entry to the Changelog:

- Please follow the Keep a Changelog: http://keepachangelog.com/ guidelines.
- Please insert your changelog line ordered by PR ID.
- Make sure you add your entry to the correct section (schema or tooling).

Thanks, you're awesome :-) -->

## Unreleased

### Breaking changes
### Schema Changes

#### Breaking changes

### Bugfixes
#### Bugfixes

### Added
#### Added

* Added `vulnerability.*` fields to represent vulnerability information. #581
* Added `event.ingested` as the ingest timestamp. #582
Expand All @@ -22,23 +27,39 @@ Thanks, you're awesome :-) -->
* Added fields in `tls.*` to support analysis of TLS protocol events. #606
* Added `process.parent.*`. #612

### Improvements
#### Improvements

#### Deprecated


### Tooling and Artifact Changes

### Deprecated
#### Breaking changes

#### Bugfixes

#### Added

#### Improvements

#### Deprecated


<!-- All empty sections:

## Unreleased

### Breaking changes
### Schema Changes
### Tooling and Artifact Changes

#### Breaking changes

### Bugfixes
#### Bugfixes

### Added
#### Added

### Improvements
#### Improvements

### Deprecated
#### Deprecated

-->