Skip to content

Commit 79bd30f

Browse files
authored
Reorganize sections in History document [ci skip]
1 parent 1058973 commit 79bd30f

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

History.markdown

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
## HEAD
22

3-
### Development Fixes
3+
### Minor Enhancements
4+
5+
* Simplify checking if an archive type is enabled (#149)
6+
* Memoize relative_path attribute of archive pages (#153)
7+
* Memoize date attribute of date-type archive pages (#154)
8+
* Allow creating slugs for emoji characters. (#129)
9+
* Use Liquid drop to expose attributes to templates (#158)
10+
11+
### Bug Fixes
12+
13+
* Return unless 'jekyll-archives' config is a Hash (#139)
14+
15+
### Internal Refactors
416

517
* Initialize Archives generator with a hash (#135)
618
* Remove support for legacy Jekyll versions (#136)
7-
* Read-in site's tags and categories attributes (#137)
8-
* Simplify checking if an archive type is enabled (#149)
19+
* Read-in site's tags and categories attributes (#137)
920
* Use private helper to append enabled archive type (#150)
1021
* Access nested Hash values with `Hash#dig` (#151)
1122
* Generate custom post_attr_hash with private helper (#152)
23+
24+
### Development Fixes
25+
1226
* Migrate CI to GitHub Actions (#177)
1327
* Add `style_check` job to CI workflow (#178)
1428
* Add workflow to release gem via GitHub Actions (#179)
1529

16-
### Bug Fixes
17-
18-
* Return unless 'jekyll-archives' config is a Hash (#139)
19-
20-
### Documentation
21-
22-
* s/gems/plugins/ (#143)
30+
### Documentation Fixes
2331

24-
### Minor Enhancements
25-
26-
* Memoize relative_path attribute of archive pages (#153)
27-
* Memoize date attribute of date-type archive pages (#154)
28-
* Allow creating slugs for emoji characters. (#129)
29-
* Use Liquid drop to expose attributes to templates (#158)
32+
* Substitute 'gems' with 'plugins' (#143)
3033

3134
## 2.2.1
3235

0 commit comments

Comments
 (0)