summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2014-10-16 14:07:23 +0000
committerwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2014-10-16 14:07:23 +0000
commite103eb90c24901d06b8a8abc48201aa2dbba890c (patch)
tree6873e2b9ff07b8a54a6117d949c85b95d503d181 /CHANGES.txt
parent4174a9e79d56d66e0b90411f5589537a452f51f7 (diff)
downloadpyfilesystem-e103eb90c24901d06b8a8abc48201aa2dbba890c.tar.gz
Fixes, including hang bug in readline
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@899 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d6b28bd..df34fd7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -79,7 +79,7 @@
* Removed obsolete module fs.objectree; use fs.path.PathMap instead.
* Added setcontents_async method to base
* Added `appdirfs` module to abstract per-user application directories
-
+
0.5:
* Ported to Python 3.X
@@ -88,3 +88,8 @@
* Added sqlitefs to fs.contrib, contributed by Nitin Bhide
* Added archivefs to fs.contrib, contributed by btimby
* Added some polish to fstree command and unicode box lines rather than ascii art
+
+0.5:
+
+ * Fixed a hang bug in readline
+