Skip to content

Commit 57fe111

Browse files
Update CHANGELOG.md
1 parent 34df970 commit 57fe111

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog
22

33
## 1.0.5
4-
Adds new rule htmlacademy/section-has-heading
4+
Adds new rule `htmlacademy/section-has-heading`
5+
```html
6+
<section>
7+
<h2>title</h2>
8+
</section>
9+
10+
<section>
11+
<div>
12+
<h2>title</h2>
13+
</div>
14+
</section>
15+
```
516

617
## 1.0.4
718
Fixed name for `head-meta-charset`

0 commit comments

Comments
 (0)