summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-01-02 18:06:03 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-01-02 18:06:03 +0000
commit62e77b6a304e5a08fae821210bca9f4ed622721a (patch)
tree02a42783f330d45f76dd51cb0f9b00588f817f44 /ChangeLog
parent72f3d49fa73d0b4e5865e8d8d10b8aabc006148e (diff)
downloadpyfilesystem-git-62e77b6a304e5a08fae821210bca9f4ed622721a.tar.gz
Optimized FTP fs by caching directory structure
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c0412bb..19b431f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,4 +26,4 @@
* New FS implementation:
* FTPFS: access a plain old FTP server
* ReadOnlyFS: a WrapFS that makes an fs read-only
-
+ * Added cache_hint method to base.py