summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-24 12:34:48 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-24 12:34:48 +0100
commit99a24452bef8d1fde2e528bed233edb79dc1c978 (patch)
tree5e42e1ee3252a55de95523bc8dbe2ec19c74e6a4
parentc4e88d3aba90d8daf14e766968b50c7754bd624d (diff)
README: update changelog
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index d7107b7..c36648b 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ without the documentation), you can create the documentation with
sphinx installed, go to the docs directory and "make html". A static
version of the documentation is available at:
-`http://spaetz.bitbucket.org`_
+http://packages.python.org/cnotmuch/
The current source code is being hosted at
http://bitbucket.org/spaetz/cnotmuch which also provides an issue
@@ -72,3 +72,10 @@ NotmuchError: Could not open the specified database
>>>tags = notmuch.Database("/home/spaetz/mail").get_all_tags()
>>>del(tags)
+
+
+Changelog
+---------
+0.1 First public release
+0.1.1 Fixed Database.create_query()
+0.2.0 Implemented Thread() and Threads() methods \ No newline at end of file