Skip to content

Commit

Permalink
Add breaking change to the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilevsky committed Jun 25, 2018
1 parent daf0314 commit f1c504a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1c504a

Please sign in to comment.