From 34d8a0a123f782878bb7abe728258c103917e1be Mon Sep 17 00:00:00 2001 From: aappleby Date: Wed, 13 Mar 2024 02:31:37 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd0c817..7ccbdf4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Hancho should suffice for small to medium sized projects. ## Updates + - 2024-03-13 - Code cleaned up to be more standard Python style and reduce linter complaints. Added 'rule_dir' field to each Rule that stores the directory of the file that created the rule. - 2024-03-12 - Handling of paths is more flexible now (and will be documented shortly). Calling a Rule now returns a Task object. All the task-running code is now in Task instead of Rule. - 2024-03-07 - Tests should run on Windows now. Added a Windows build example. Promises are now valid as inputs to any template.