CHANGELOG.md in audited-5.0.0 vs CHANGELOG.md in audited-5.0.1
- old
+ new
@@ -1,6 +1,13 @@
# Audited ChangeLog
+## 5.0.1 (2021-06-11)
+
+Improved
+
+- Don't load associated model when auditing is disabled - @nut4k1
+ [#584](https://github.com/collectiveidea/audited/pull/584)
+
## 5.0.0 (2021-06-10)
Improved
- Fixes an issue where array attributes were not deserialized properly - @cfeckardt, @yuki24