From 28a0589f8e99ccf49563cc5f32f9bd007ac0fd11 Mon Sep 17 00:00:00 2001 From: Alexander Senier Date: Wed, 20 Dec 2023 16:05:45 +0000 Subject: [PATCH] Update changelog Ref. eng/recordflux/RecordFlux#958 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c85248f45..172f178d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Various inaccuracies in LRM (eng/recordflux/RecordFlux#958) +- Erroneous acceptance of consecutive / trailing underscores (eng/recordflux/RecordFlux#1468) +- Fatal error when digit in numeric literal exceeds base (eng/recordflux/RecordFlux#1469) +- Fatal error when unsupported base is used in numeric literal (eng/recordflux/RecordFlux#1470) - Missing diagnostics provided by language server - `--split-disjunctions` options of `rflx validate`