updated history
This commit is contained in:
parent
272c339d3a
commit
6e42aa36a6
2 changed files with 14 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
appInstance.renderInto(document.body);
|
||||
</script>
|
||||
<div id="history" style="display: none">
|
||||
<div class="version">0.2.0</div>
|
||||
<ul>
|
||||
<li>Intial BlackBerry PlayBook support.</li>
|
||||
<li>Insert for project, context, and priority on add or edit.</li>
|
||||
</ul>
|
||||
<div class="version">0.1.1</div>
|
||||
<ul>
|
||||
<li>Bugfix: race condition when deleting certain entries.</li>
|
||||
|
|
|
@ -15,6 +15,15 @@
|
|||
appInstance.renderInto(document.body);
|
||||
</script>
|
||||
<div id="history" style="display: none">
|
||||
<div class="version">0.2.0</div>
|
||||
<ul>
|
||||
<li>Intial BlackBerry PlayBook support.</li>
|
||||
<li>Insert for project, context, and priority on add or edit.</li>
|
||||
</ul>
|
||||
<div class="version">0.1.1</div>
|
||||
<ul>
|
||||
<li>Bugfix: race condition when deleting certain entries.</li>
|
||||
</ul>
|
||||
<div class="version">0.1.0</div>
|
||||
<ul>
|
||||
<li>Initial open source and beta release.</li>
|
||||
|
|
Loading…
Reference in a new issue