Skip to content

Commit 31e556f

Browse files
authored
Improve readability of entries in History document
1 parent 8bafec9 commit 31e556f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

History.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
## HEAD
22

3-
### Development Fixes
3+
### Minor Enhancements
44

5-
* Add Ruby 3.0 to CI (#337)
6-
* Lock RuboCop to v1.18.x (#348)
7-
* Add workflow to release gem via GH Action (#355)
5+
* Add support for `page.description` in front matter to become entry `<summary>` (#297)
86

97
### Bug Fixes
108

119
* Fold private methods into the `:render` method as local variables (#327)
1210
* Check `post.categories` instead of `post.category` (#357)
13-
* Switched xml_escape for &lt;![CDATA[]]&gt; for post content (#332)
11+
* Switched xml_escape for `<![CDATA[]]>` for post content (#332)
1412

15-
### Minor Enhancements
13+
### Development Fixes
1614

17-
* Add support for page.description in front matter to become entry `&lt;summary&gt;` (#297)
15+
* Add Ruby 3.0 to CI (#337)
16+
* Lock RuboCop to v1.18.x (#348)
17+
* Add workflow to release gem via GH Action (#355)
1818

1919
### Documentation
2020

21-
* Use .atom extension in docs examples since we write an Atom feed (#359)
21+
* Use `.atom` extension in documented examples since we write an Atom feed (#359)
2222

2323
## 0.15.1 / 2020-10-04
2424

0 commit comments

Comments
 (0)