Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Updating changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitry Ivanov committed Jul 23, 2018
1 parent 8137af5 commit 25acbb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prism4j-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.1.0
* Fix issue when cloning a grammar was causing stack overflow (recursive copying)
* Add `languages()` method to generated `GrammarLocator` class
* Allow `includeAll` option (include all available languages)
* Add language support:
* * `groovy` (no string interpolation)
* * `markdown`
Expand Down
6 changes: 6 additions & 0 deletions prism4j/CHANGELOG.md
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

0 comments on commit 25acbb4

Please sign in to comment.