Skip to content

Commit

Permalink
Added <div> tag to v0.2.0-alpha; Moved caveats from v0.1.0 to v0.2.0-…
Browse files Browse the repository at this point in the history
…alpha
  • Loading branch information
bharadwajyarlagadda committed Sep 2, 2016
1 parent 3b7ba75 commit 3b5472d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ v0.2.0-alpha
- <del></del>
- <details></details>
- <dialog></dialog>
- <div></div>

Caveats:

- Korona has no ability to construct inner tags. (For ex. <address><p>Hi There</p></address>)
- Korona will be added with constructing the inner tags in the next release.

v0.1.0
------
Expand All @@ -30,8 +36,3 @@ v0.1.0
- <canvas></canvas>
- <caption></caption>
- <cite></cite>

Caveats:

- Korona has no ability to construct inner tags. (For ex. <address><p>Hi There</p></address>)
- Korona will be added with constructing the inner tags in the next release.

0 comments on commit 3b5472d

Please sign in to comment.