This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dimitry Ivanov
committed
Jul 23, 2018
1 parent
8137af5
commit 25acbb4
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# 1.1.0 | ||
* Fix issue when cloning a grammar was causing stack overflow (recursive copying) | ||
* Add `includeAll` option for `@PrismBundle` | ||
* Rename `name` -> `grammarLocatorClassName` in `@PrismBundle` | ||
* Allow `include` option to be empty in `@PrismBundle` in case of `includeAll` is set | ||
* add `languages()` method to `GrammarLocator` to return all included languages |