Updated Readme from master

This commit is contained in:
Manuel Ebert 2013-03-04 15:50:18 -08:00
parent f173c341e1
commit 5e14f4fdb9
2 changed files with 10 additions and 6 deletions

View file

@ -1,11 +1,13 @@
Changelog
=========
### 1.0.0-rc1
### 1.0.0 (March 4, 2013)
* [Fixed] A bug where jrnl would not go into compose mode
* [Improved] Each journal can have individual settings
* [New] Integrates seamlessly with DayOne
* [Improved] Each journal can have individual settings
* [Fixed] A bug where jrnl would not go into compose mode
* [Fixed] A bug where jrnl would not add entries without timestamp
* [Fixed] Support for parsedatetime 1.x
### 0.3.2 (July 5, 2012)

View file

@ -302,12 +302,14 @@ with open("my_journal.txt") as f:
</ul>
<h1>Changelog</h1>
<h3>1.0.0-rc1</h3>
<h3>1.0.0 (March 4, 2013)</h3>
<ul>
<li>[Fixed] A bug where jrnl would not go into compose mode</li>
<li>[Improved] Each journal can have individual settings</li>
<li>[New] Integrates seamlessly with DayOne</li>
<li>[Improved] Each journal can have individual settings</li>
<li>[Fixed] A bug where jrnl would not go into compose mode</li>
<li>[Fixed] A bug where jrnl would not add entries without timestamp</li>
<li>[Fixed] Support for parsedatetime 1.x</li>
</ul>
<h3>0.3.2 (July 5, 2012)</h3>