File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9- ## [ 3.0.0] - 2022-11-10
9+ ## [ 3.0.0] - 2022-12-23
1010
1111### Changed
1212
1313- Required syntax_tree version 5.0.1 or higher.
14+ - Drop internal pattern matching in order to support Ruby implementations that don't support it.
1415
1516## [ 2.0.0] - 2022-10-18
1617
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_tree-haml (2 .0.0 )
4+ syntax_tree-haml (3 .0.0 )
55 haml (>= 5.2 , != 6.0.0 )
66 prettier_print (>= 1.0.0 )
77 syntax_tree (>= 5.0.1 )
Original file line number Diff line number Diff line change 22
33module SyntaxTree
44 module Haml
5- VERSION = "2 .0.0"
5+ VERSION = "3 .0.0"
66 end
77end
You can’t perform that action at this time.
0 commit comments