From f5989f8deca223d590d5a130c77ea375fe9fde30 Mon Sep 17 00:00:00 2001 From: Benjamin Radovsky Date: Sat, 17 Aug 2019 11:08:44 +1000 Subject: [PATCH] ... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caa7b7d..1c822e2 100644 --- a/README.md +++ b/README.md @@ -15,7 +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] +- Event.OldPath has been added [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`