CHANGELOG.rdoc in annotate-3.0.2 vs CHANGELOG.rdoc in annotate-3.0.3
- old
+ new
@@ -1,15 +1,22 @@
+== 3.0.3
+* Use a less error-prone way of specifying gem files (#662)
+* Update rake requirement from >= 10.4, < 13.0 to >= 10.4, < 14.0 (#659)
+* Bump nokogiri from 1.6.6.2 to 1.10.4 in /spec/integration/rails_4.2.0 (#655)
+* Defaults annotate models to true (#671)
+* Bump loofah from 2.3.0 to 2.3.1 in /spec/integration/rails_4.2.0 (#681)
+
== 3.0.2
* Fixes `LoadError` due to gemspec not referencing `parser.rb`, issue #657 (#660)
* Changes `--additional_file_patterns` to use dashes `--additional-file-patterns` for consistency (#649)
* Refactor: moving constants into `constants.rb` (#653)
== 3.0.1
* Skipped as an official release, used the 3.0.1 patch for setting up Github Actions (#619)
== 3.0.0
* Added `--models` CLI option fixing issue #563 (#647)
-* Added `--additional_file_patterns` option for additional file patterns (#633) #636) #637)
+* Added `--additional_file_patterns` option for additional file patterns (#633) (#636) (#637)
* Refactored CLI parser (#646)
* Fixed BigDecimal.new deprecation warning (#634)
* Fixed annotations for columns with long data types (#622)
* Made methods private in AnnotateRoutes (#598)