Skip to content

Commit 2918a86

Browse files
committed
Add notice about models not being annotated by default to changelog in 3.0
1 parent a3003d3 commit 2918a86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- Use a less error-prone way of specifying gem files (#662)
33
- Update rake requirement from `>= 10.4, < 13.0` to `>= 10.4, < 14.0` (#659)
44
- Bump nokogiri from 1.6.6.2 to 1.10.4 in /spec/integration/rails_4.2.0 (#655)
5-
- Defaults annotate models to true (#671)
5+
- Default annotate models to true in config generated by `rails g annotate:install` (#671)
66
- Bump loofah from 2.3.0 to 2.3.1 in /spec/integration/rails_4.2.0 (#681)
77

88
## 3.0.2
@@ -14,6 +14,10 @@
1414
- Skipped as an official release, used the 3.0.1 patch for setting up Github Actions (#619)
1515

1616
## 3.0.0
17+
- **Breaking:** when option `models` is not set - models will not be annotated by default.
18+
19+
Add `'models'=>'true'` to your config manually or use `--models` option if using CLI.
20+
1721
- Added `--models` CLI option fixing issue #563 (#647)
1822
- Added `--additional_file_patterns` option for additional file patterns (#633) (#636) (#637)
1923
- Refactored CLI parser (#646)

0 commit comments

Comments
 (0)