diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a4a5bf6..3488f5ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,15 @@ Breaking changes -- removed `audited_columns`, `non_audited_columns`, `auditing_enabled=` instance methods, +- removed `audited_columns`, `non_audited_columns`, `auditing_enabled=` instance methods, use class methods instead [#424](https://github.com/collectiveidea/audited/pull/424) +- removed `--audited-changes-column-type` and `--audited-user-id-column-type` + command-line options of `audited:install` generator + in favor of manual editing of the generated migration file + [#434](https://github.com/collectiveidea/audited/pull/434) + Added - Add ability to globally disable auditing