Skip to content

Commit

Permalink
Update CHANGELOG.md (#71)
Browse files Browse the repository at this point in the history
Add an entry to the CHANGELOG with the new `disable_query_cache` option.
Not sure if this should go under the 5.0.0 header. Maybe it can be moved when v5 is released.
  • Loading branch information
muxcmux authored Feb 15, 2023
1 parent 8b32db7 commit 00f1cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog

- Add `with_advisory_lock!`, which raises an error if the lock acquisition fails
- Add a `disable_query_cache` option to `with_advisory_lock`

### 5.0.0
- Drop support for EOL rubies and activerecord (ruby below 2.7 and activerecord below 6.0).
Expand Down

0 comments on commit 00f1cfe

Please sign in to comment.