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: CHANGELOG.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.5.0] - 2022-05-13
10
+
9
11
### Added
10
12
11
-
- Support an optional `maxwidth` second argument to `SyntaxTree.format`.
13
+
-[#79](https://github.com/ruby-syntax-tree/syntax_tree/pull/79) - Support an optional `maxwidth` second argument to `SyntaxTree.format`.
12
14
13
15
### Changed
14
16
15
-
- Correct the pattern for checking if a dynamic symbol can be converted into a label as a hash key.
16
-
- Disallow conditionals with `not` without parentheses in the predicate from turning into a ternary.
17
+
-[#77](https://github.com/ruby-syntax-tree/syntax_tree/pull/77) - Correct the pattern for checking if a dynamic symbol can be converted into a label as a hash key.
18
+
-[#72](https://github.com/ruby-syntax-tree/syntax_tree/pull/72) - Disallow conditionals with `not` without parentheses in the predicate from turning into a ternary.
17
19
18
20
## [2.4.1] - 2022-05-10
19
21
@@ -222,7 +224,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
0 commit comments