summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-04-07 04:45:33 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-04-07 04:45:33 +0000
commiteba63b72d5a488981bc45f37f85af2df77a2e68f (patch)
tree09b18722d10dcc686a98fccfdf0ab287dc3f6927 /ChangeLog
parent47c81d306d57133bd50b6241b14677be7a2bd02d (diff)
downloadpyfilesystem-eba63b72d5a488981bc45f37f85af2df77a2e68f.tar.gz
implement WatchableFS interface for OSFS using pyinotify on linux
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@342 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 bc262c7..ed917a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@
* expose.sftp: expose an FS object SFTP
* expose.django_storage: convert FS object to Django Storage object
* Extended attribute support (getxattr/setxattr/delxattr/listxattrs)
+ * Change watching support (add_watcher/del_watcher)
* Insist on unicode paths throughout:
* output paths are always unicode
* bytestring input paths are decoded as early as possible