You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/langium/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,20 @@
9
9
* Improve unknown file type handling in the language server ([#1455](https://github.com/eclipse-langium/langium/pull/1455), [#1492](https://github.com/eclipse-langium/langium/pull/1492)).
10
10
* Emit an event after configuration section updates ([#1445](https://github.com/eclipse-langium/langium/pull/1445)).
11
11
* Deleted files now have their diagnostics removed ([#1441](https://github.com/eclipse-langium/langium/pull/1441)).
12
+
* The parser can now start with an alternative entry rule ([#1407](https://github.com/eclipse-langium/langium/pull/1407)).
* Fixed incorrect CST nodes after performing grammar actions ([#1547](https://github.com/eclipse-langium/langium/pull/1547)).
17
18
* Fixed a few `Stream` idempotency issues ([#1545](https://github.com/eclipse-langium/langium/pull/1545)).
18
19
20
+
### Breaking Changes
21
+
22
+
* The `ConfigurationProvider` interface needs to implement the `onConfigurationSectionUpdate` method ([#1445](https://github.com/eclipse-langium/langium/pull/1445)).
23
+
* The `ServiceRegistry` interface needs to implement the new `hasServices` method ([#1455](https://github.com/eclipse-langium/langium/pull/1455)).
24
+
* The `DefaultServiceRegistry#map` field has been deprecated. Please use the new `fileExtensionMap` field (together with `languageIdMap` instead).
0 commit comments