Skip to content

Commit

Permalink
docs: adds changelog for alpha 10
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Feb 21, 2024
1 parent 4603943 commit 178b532
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/components/Changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ import { html } from '@src/index'
export default function () {
return html`<h1 id="changelog">Changelog</h1>
<section>
<h2>Alpha 10</h2>
<ul>
<li>
Fixes bug related to calling <code>Array.splice()</code> with a single
argument.
</li>
<li>
Fixes TypeScript return value for <code>ArrowTemplate.key()</code>.
</li>
</ul>
<h2>Alpha 9</h2>
<ul>
<li>
Expand Down

0 comments on commit 178b532

Please sign in to comment.