diff --git a/History.md b/History.md index 0e5dd26..b78e753 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,8 @@ Dev (unreleased) ================ +* Simplify `binds` handling in `LogSubscriber` to support bound variables and prepare statements (Jonathan Tron) + [#201](https://github.com/TalentBox/sequel-rails/pull/201) * Update CI to run against rails 7.1 & ruby 3.2, add spec for `db:rollback` (@PikachuEXE) [#199](https://github.com/TalentBox/sequel-rails/pull/199) * Update instructions for Rails 7 (@opensourceame)