From 4383f5eee9d94674b76e0e80de0857fc4bd3e680 Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Wed, 3 Jan 2024 17:56:40 +0100 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27dbb33e..8558667e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [Unreleased] +## Added + +- Support for lexical disambiguation strategies. See [the docs](https://www.igordejanovic.net/rustemo/lexers.html#lexical-disambiguation). + +## Fixed + +- Bug in GLR in the context of lexical ambiguity + + # [0.3.0] - 2023-12-27 ## Added