From 4b2bb62bcdb12252baa153850ed0a4c176fff007 Mon Sep 17 00:00:00 2001 From: Benjamin Radovsky Date: Sat, 17 Aug 2019 11:08:09 +1000 Subject: [PATCH] ... --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b457080..caa7b7d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Events contain the `os.FileInfo` of the file or directory that the event is base [Watcher Command](#command) # Update +- OldPath added to events [Aug 17, 2019] - Added new file filter hooks (Including a built in regexp filtering hook) [Dec 12, 2018] - Event.Path for Rename and Move events is now returned in the format of `fromPath -> toPath`