Skip to content

Commit

Permalink
Adds alpha 3 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Nov 24, 2022
1 parent f6f0eb7 commit 6ab39d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/components/Changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ import { html } from '/dev/index.js'
export default function () {
return html`
<h1 id="changelog">Changelog</h1>
<h2>Alpha 3</h2>
<ul>
<li>
Fixes a bug that caused unnecessary DOM patches on keyed lists (<a
href="https://github.com/justin-schroeder/arrow-js/issues/24"
>#24</a
>).
</li>
</ul>
<h2>Alpha 2</h2>
<ul>
<li>
Expand Down

1 comment on commit 6ab39d9

@vercel
Copy link

@vercel vercel bot commented on 6ab39d9 Nov 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.