add note about issue #49 on change log
This commit is contained in:
parent
7fbfe2c3ca
commit
d7623455ff
3 changed files with 14 additions and 0 deletions
|
|
@ -61,6 +61,12 @@
|
|||
</div>
|
||||
<div class="col(9,9,12)">
|
||||
<h2 id="change-log">Change Log</h2>
|
||||
<p><a href="/mithril/archive/v0.1.6">v0.1.6</a> - maintenance</p>
|
||||
<h3 id="bug-fixes-">Bug Fixes:</h3>
|
||||
<ul>
|
||||
<li>Fixed serious bug when mixing cached text nodes with new virtual elements <a href="https://github.com/lhorie/mithril.js/issues/49">#49</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p><a href="/mithril/archive/v0.1.5">v0.1.5</a> - maintenance</p>
|
||||
<h3 id="news-">News:</h3>
|
||||
<ul>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,5 +1,13 @@
|
|||
## Change Log
|
||||
|
||||
[v0.1.6](/mithril/archive/v0.1.6) - maintenance
|
||||
|
||||
### Bug Fixes:
|
||||
|
||||
- Fixed serious bug when mixing cached text nodes with new virtual elements [#49](https://github.com/lhorie/mithril.js/issues/49)
|
||||
|
||||
---
|
||||
|
||||
[v0.1.5](/mithril/archive/v0.1.5) - maintenance
|
||||
|
||||
### News:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue