Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 974cdcb

Browse files
committedOct 17, 2022
Update CHANGELOG to mention pattern matching
1 parent 66edef8 commit 974cdcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1717
### Changed
1818

1919
- [#170](https://github.com/ruby-syntax-tree/syntax_tree/pull/170) - We now require at least version `1.0.0` of `prettier_print`. This is to take advantage of the first-class string support in the doc tree.
20+
- [#170](https://github.com/ruby-syntax-tree/syntax_tree/pull/170) - Pattern matching has been removed from usage internal to this library (excluding the language server). This should hopefully enable runtimes that don't have pattern matching fully implemented yet (e.g., TruffleRuby) to run this gem.
2021

2122
## [3.6.3] - 2022-10-11
2223

0 commit comments

Comments
 (0)
Please sign in to comment.