From 8df1fdbba05c09115135e2648cd77332e30338e0 Mon Sep 17 00:00:00 2001 From: SerhiiCho Date: Wed, 6 Mar 2024 19:27:23 +0200 Subject: [PATCH] docs: fix typo in changelog.md file --- docs/changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 889465b..9e3e010 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Release Notes +## v2.9.5 (2024-03-06) + +- Refactored match statement in `Evaluator.php` file + ## v2.9.4 (2024-01-22) - Add comment description to the case in `ParserOption` ENUM @@ -32,7 +36,7 @@ - Added more tests to make sure that everything works as expected - Added more info to the `README.md` file -- Added added assign statement to the BNF grammar +- Added assign statement to the BNF grammar - Added a third parameter to a `Parser.php` which excepts `ParserOption` ENUM ## v2.6.0 (2023-11-21)