From 280ee9ea0e7567ea0026e47de5b11e1037232198 Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Sun, 21 Jan 2024 17:36:01 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45419edc..0eb4ccfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [Unreleased] +## Added + +- `dot` export marks conflict states in red color. +- More special grammars tests. + +## Fixed +- Pager's compatibility test for LALR states merging/splitting. Implemented + Menhir's version. + +## Changed +- Table type in CLI renamed from `lalr-pagerw` to `lalr-pager`. + # [0.4.0] - 2024-01-14