Skip to content

Commit ffa2176

Browse files
committed
Change the format of NEWS.md
It's just my preference these days
1 parent 617bd8a commit ffa2176

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

NEWS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22

33
## Unreleased
44

5-
- Drop deprecated `-S` option from `erb` command
5+
* Drop deprecated `-S` option from `erb` command
66

77
## 3.0.0
88

9-
- Bump `required_ruby_version` to Ruby 2.7+ [#23](https://github.com/ruby/erb/pull/23)
10-
- `ERB::Util.url_encode` uses a native implementation [#23](https://github.com/ruby/erb/pull/23)
11-
- Fix a bug that a magic comment with a wrong format could be detected [#6](https://github.com/ruby/erb/pull/6)
9+
* Bump `required_ruby_version` to Ruby 2.7+ [#23](https://github.com/ruby/erb/pull/23)
10+
* `ERB::Util.url_encode` uses a native implementation [#23](https://github.com/ruby/erb/pull/23)
11+
* Fix a bug that a magic comment with a wrong format could be detected [#6](https://github.com/ruby/erb/pull/6)
1212

1313
## 2.2.3
1414

15-
- Bump `required_ruby_version` from 2.3 to 2.5 as it has never been supported [#3](https://github.com/ruby/erb/pull/3)
15+
* Bump `required_ruby_version` from 2.3 to 2.5 as it has never been supported [#3](https://github.com/ruby/erb/pull/3)
1616

1717
## 2.2.2
1818

19-
- `ERB.version` returns just a version number
20-
- `ERB::Revision` is deprecated
19+
* `ERB.version` returns just a version number
20+
* `ERB::Revision` is deprecated
2121

2222
## 2.2.1
2323

24-
- `ERB#initialize` warns `safe_level` and later arguments even without -w
24+
* `ERB#initialize` warns `safe_level` and later arguments even without -w
2525

2626
## 2.2.0
2727

28-
- Ruby 3.0 promoted ERB to a default gem
28+
* Ruby 3.0 promoted ERB to a default gem

0 commit comments

Comments
 (0)