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
commitb7dbf13f40bf766fc19ce43d7861b98ca9edbcda (patch)
tree02a42783f330d45f76dd51cb0f9b00588f817f44 /ChangeLog
parent671cf321fcc774c03d093fbae257e71b1df3d0ea (diff)
downloadpyfilesystem-b7dbf13f40bf766fc19ce43d7861b98ca9edbcda.tar.gz
Optimized FTP fs by caching directory structure
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@310 67cdc799-7952-0410-af00-57a81ceafa0f
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