CHANGELOG.md in bullet-7.0.7 vs CHANGELOG.md in bullet-7.1.0
- old
+ new
@@ -1,7 +1,15 @@
## Next Release
+## 7.1.0 (10/06/2023)
+
+* Support rails 7.1
+* Alias `Bullet.enable?` to `enabled?`, and `Bullet.enable=` to `enabled=`
+* Added `always_append_html_body` option, so the html snippet is always included even if there are no notifications
+* Added detection of n+1 count queries from `count` method
+* Changed the counter cache notification title to recommend using `size`
+
## 7.0.7 (03/01/2023)
* Check `Rails.application.config.content_security_policy` before insert `Bullet::Rack`
## 7.0.6 (03/01/2023)
@@ -95,10 +103,10 @@
## 5.8.0 (10/29/2018)
* Fix through reflection for rails 5.x
* Fix false positive in after_save/after_create callbacks
-* Don't triger a preload error on "manual" preloads
+* Don't trigger a preload error on "manual" preloads
* Avoid Bullet from making extra queries in mongoid6
* Support option for #first and #last on mongoid6.x
* Fix duplicate logs in mongoid 4.x and 5.x version
* Use caller for ruby 1.9 while caller_locations for 2.0+
* Extend stacktrace matching for sub-file precision