summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-29 19:32:25 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-29 19:32:25 +0000
commit6bd9d31aa667d3027050540adb5c65564e84ffa8 (patch)
tree034341b8a0b0e2c4e2a2edf0a1b53bd1f18dac62 /ChangeLog
parenta672c393009cecbf3a6dcc77ed22e7ee47826f11 (diff)
downloadpyfilesystem-6bd9d31aa667d3027050540adb5c65564e84ffa8.tar.gz
Added writeable fs to mountfs
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@590 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9566ec2..96353ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,6 +68,7 @@
* Optimized listdir and listdirinfo in SFTPFS
* Made memoryfs work with threads
* Added copyfile_non_atomic and movefile_non_atomic for improved performance of multi-threaded copies
+ * Added a concept of a writeable FS to MultiFS
* Added ilistdir() and ilistdirinfo() methods, which are generator-based
variants of listdir() and listdirinfo().
* Removed obsolute module fs.objectree; use fs.path.PathMap instead.