Skip to content

Commit e3dd5d3

Browse files
fix & supplement in langium/CHANGELOG.md regarding Langium v4.0 (#1992)
1 parent 5ce8d6b commit e3dd5d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/langium/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In addition to better readability, the new notation also makes use of performanc
6060
* Improve range calculation for linking errors ([#1937](https://github.com/eclipse-langium/langium/pull/1937)).
6161
* Improvements to the generator API ([#1965](https://github.com/eclipse-langium/langium/pull/1965)).
6262
* Refactored AST reflection ([#1942](https://github.com/eclipse-langium/langium/pull/1942), [#1969](https://github.com/eclipse-langium/langium/pull/1969)).
63-
* Drop topological sorting of interfaces, refine EBNF-based terminals to avoid synthetic capturing groups ([#1968](https://github.com/eclipse-langium/langium/pull/1968)).
63+
* Drop superfluous topological sorting of interfaces ([#1966](https://github.com/eclipse-langium/langium/pull/1966)).
6464
* Enable passing `refInfo` and `context` to `createReferenceCompletionItem` ([#1976](https://github.com/eclipse-langium/langium/pull/1976)).
6565

6666
### Bug Fixes
@@ -75,6 +75,7 @@ In addition to better readability, the new notation also makes use of performanc
7575
* The type of references used throughout the linker service and scope provider is now `Reference | MultiReference` ([#1509](https://github.com/eclipse-langium/langium/pull/1509)).
7676
* The `References#findDeclaration` method has been renamed to `findDeclarations` and returns an array of objects ([#1509](https://github.com/eclipse-langium/langium/pull/1509)).
7777
* The generated type names from `ast.ts` have been moved from `<typeName>` to `<typeName>.$type` ([#1942](https://github.com/eclipse-langium/langium/pull/1942)).
78+
* Refined EBNF-based terminals to avoid synthetic capturing groups ([#1966](https://github.com/eclipse-langium/langium/pull/1966)).
7879
* Rules are no longer allowed to use the same name as the grammar in which they are contained ([#1979](https://github.com/eclipse-langium/langium/pull/1979)).
7980
* Grammar names now have to be unique ([#1979](https://github.com/eclipse-langium/langium/pull/1979)).
8081
* `DefaultCompletionProvider#createReferenceCompletionItem` now requires more arguments ([#1976](https://github.com/eclipse-langium/langium/pull/1976)).

0 commit comments

Comments
 (0)