Skip to content

Commit f43cc8f

Browse files
committed
Updated the ChangeLog for 2.1.1.
1 parent b59c5db commit f43cc8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.1.1 / 2025-02-14
2+
3+
* Omit parentheses when formatting SQL lists containing only one element
4+
(ex: `order_by(1)` -> `ORDER BY 1`, not `ORDER BY (1)`).
5+
* Use `require_relative` to improve load times.
6+
17
### 2.1.0 / 2023-06-26
28

39
* Added {Ronin::Code::SQL::Mixin}.

0 commit comments

Comments
 (0)