Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
* Add `--timing` to add timing duration for scan steps
* Fix keyword splats in filter arguments
* Add check for unfiltered search with Ransack
* Fix class method lookup in parent classes
* Handle `class << self`
* Add `PG::Connection.escape_string` as a SQL sanitization method
  • Loading branch information
presidentbeef committed Oct 20, 2023
1 parent dcc6fef commit eac6316
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 6.1.0 - Unreleased

* Add `--timing` to add timing duration for scan steps
* Fix keyword splats in filter arguments
* Add check for unfiltered search with Ransack
* Fix class method lookup in parent classes
* Handle `class << self`
* Add `PG::Connection.escape_string` as a SQL sanitization method

# 6.0.1 - 2023-07-20

* Accept strings for `load_defaults` version
Expand Down

0 comments on commit eac6316

Please sign in to comment.