Updated Readme from master

This commit is contained in:
Manuel Ebert 2012-05-21 12:21:07 +02:00
parent a79f0c347a
commit 0ba2e496f2
2 changed files with 12 additions and 0 deletions

View file

@ -1,6 +1,11 @@
Changelog
=========
### 0.2.4
* Fixes parsing of new lines in journal files and entries
* Adds support for encrypting and decrypting into new files
### 0.2.3
* Adds a `-short` option that will only display the titles of entries (or, when filtering by tags, the context of the tag)

View file

@ -263,6 +263,13 @@ with open("my_journal.txt") as f:
</code></pre>
<h1>Changelog</h1>
<h3>0.2.4</h3>
<ul>
<li>Fixes parsing of new lines in journal files and entries</li>
<li>Adds support for encrypting and decrypting into new files</li>
</ul>
<h3>0.2.3</h3>
<ul>