Skip to content

Commit

Permalink
docs: fix typo in changelog.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiCho committed Mar 6, 2024
1 parent 84218d0 commit 8df1fdb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 8df1fdb

Please sign in to comment.