Skip to content

Commit 4f93fce

Browse files
committed
Review CHANGELOG format
1 parent 9137c05 commit 4f93fce

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
## 3.0.1
2-
- Republish all the gems under jruby.
2+
- internal: Republish all the gems under jruby.
3+
34
## 3.0.0
4-
- Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
5-
# 2.0.4
6-
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
7-
# 2.0.3
8-
- New dependency requirements for logstash-core for the 5.0 release
5+
- internal,deps: Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
6+
7+
## 2.0.4
8+
- internal,deps: Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
9+
10+
## 2.0.3
11+
- internal,deps: New dependency requirements for logstash-core for the 5.0 release
12+
913
## 2.0.0
10-
- 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,
1115
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
12-
- Dependency on logstash-core update to 2.0
16+
- internal,deps: Dependency on logstash-core update to 2.0
1317

0 commit comments

Comments
 (0)