update changelog

This commit is contained in:
Aaron Patterson 2024-01-16 08:59:16 -08:00
parent f2f50c904e
commit 7e9b5889cc
No known key found for this signature in database
GPG Key ID: 953170BCB4FFAFC6
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
* Fix N+1 query when fetching preview images for non-image assets
*Aaron Patterson & Justin Searls*
* Fix all Active Storage database related models to respect
`ActiveRecord::Base.table_name_prefix` configuration.