Skip to content

Commit

Permalink
Updated the ChangeLog for 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 15, 2025
1 parent b59c5db commit f43cc8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.1.1 / 2025-02-14

* Omit parentheses when formatting SQL lists containing only one element
(ex: `order_by(1)` -> `ORDER BY 1`, not `ORDER BY (1)`).
* Use `require_relative` to improve load times.

### 2.1.0 / 2023-06-26

* Added {Ronin::Code::SQL::Mixin}.
Expand Down

0 comments on commit f43cc8f

Please sign in to comment.