From f1c504a852743a1610802fcafc6b322ef3877519 Mon Sep 17 00:00:00 2001 From: Ilya Vassilevsky Date: Mon, 25 Jun 2018 12:39:37 +0400 Subject: [PATCH] Add breaking change to the change log --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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