Skip to content

Commit b38cf52

Browse files
committed
Review CHANGELOG format
1 parent 4e1faa2 commit b38cf52

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# 2.0.6
2-
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
3-
# 2.0.5
4-
- New dependency requirements for logstash-core for the 5.0 release
1+
## 2.0.6
2+
- internal,deps: Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
3+
4+
## 2.0.5
5+
- internal,deps: New dependency requirements for logstash-core for the 5.0 release
6+
57
## 2.0.4
6-
- Added an option to configure the tags set when a `JSON` parsing error occur #20
8+
- feature: Added an option to configure the tags set when a `JSON` parsing error occur #20
79

810
## 2.0.3
9-
- Refactored field references, better timestamp handling, code & specs cleanups
11+
- internal,cleanup: Refactored field references, better timestamp handling, code & specs cleanups
1012

1113
## 2.0.0
12-
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
14+
- internal: Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
1315
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
14-
- Dependency on logstash-core update to 2.0
16+
- internal,deps: Dependency on logstash-core update to 2.0
1517

0 commit comments

Comments
 (0)