From bd94c4a1812e4b6492a824150ee3c063ee317998 Mon Sep 17 00:00:00 2001 From: acalvino4 Date: Thu, 6 Apr 2023 09:05:49 -0600 Subject: [PATCH] add changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a94dfdb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# acalvino4/craft-twigruleset Changelog + +## Unreleased + +## 1.0.0 - 2023-04-06 + +- Added ruleset that extends from the official twigcs ruleset +- Added customization to the RegEngine to allow the ??? operator +- Removed the rule that enforces snake_case variable names, since the convention in the craft community is camelCase