Skip to content

Commit 7b89411

Browse files
committed
Update changes.html
1 parent 4bed05b commit 7b89411

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

docs/changes.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88
<link rel="icon" href="assets/icon.png">
99
</head>
1010
<body>
11-
<h1>0.2.0</h1>
12-
<p>Added function support, return.</p>
13-
<h1>0.1.0</h1>
14-
<p>Initial Release</p>
11+
<h1>Changelog</h1>
12+
13+
<h2>v0.2.0</h2>
14+
<ul>
15+
<li>Added function support</li>
16+
<li>Added return statements</li>
17+
</ul>
18+
19+
<h2>v0.1.0</h2>
20+
<ul>
21+
<li>Initial release</li>
22+
</ul>
1523
</body>
16-
</html>
24+
</html>

0 commit comments

Comments
 (0)