Ruby: Add change note

This commit is contained in:
Harry Maclean
2023-03-13 18:57:55 +13:00
parent fe995dd99b
commit 9c3d141c9c

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* The Active Record query methods `reorder` and `count_by_sql` are now recognised as SQL executions.
* Calls to `ActiveRecord::Connection#execute`, including those via subclasses, are now recognised as SQL executions.
* Data flow through `ActionController::Parameters#require` is now tracked properly.