CHANGELOG.md in audited-4.8.0 vs CHANGELOG.md in audited-4.9.0
- old
+ new
@@ -1,7 +1,39 @@
# Audited ChangeLog
+## Unreleased
+
+## 4.9.0 (2019-07-17)
+
+Breaking changes
+
+- removed block support for `Audit.reconstruct_attributes`
+ [#437](https://github.com/collectiveidea/audited/pull/437)
+- removed `audited_columns`, `non_audited_columns`, `auditing_enabled=` instance methods,
+ use class methods instead
+ [#424](https://github.com/collectiveidea/audited/pull/424)
+- removed rails 4.1 and 4.0 support
+ [#431](https://github.com/collectiveidea/audited/pull/431)
+
+Added
+
+- Add `with_auditing` methods to enable temporarily
+ [#502](https://github.com/collectiveidea/audited/pull/502)
+- Add `update_with_comment_only` option to control audit creation with only comments
+ [#327](https://github.com/collectiveidea/audited/pull/327)
+- Support for Rails 6.0 and Ruby 2.6
+ [#494](https://github.com/collectiveidea/audited/pull/494)
+
+Changed
+
+- None
+
+Fixed
+
+- Ensure enum changes are stored consistently
+ [#429](https://github.com/collectiveidea/audited/pull/429)
+
## 4.8.0 (2018-08-19)
Breaking changes
- None
@@ -24,11 +56,11 @@
- Rename audited resource revision `version` attribute to `audit_version` and deprecate `version` attribute
[#443](https://github.com/collectiveidea/audited/pull/443)
Fixed
-- None
+- None
## 4.7.1 (2018-04-10)
Breaking changes
@@ -38,11 +70,10 @@
- None
Changed
-- Change/deprecate `version` attribute to `audit_version` attribute
- [#443](https://github.com/collectiveidea/audited/pull/443)
+- None
Fixed
- Allow use with Rails 5.2 final