CHANGELOG.md in formtastic-4.0.0.rc1 vs CHANGELOG.md in formtastic-4.0.0

- old
+ new

@@ -1,6 +1,6 @@ -## master +## master / 4.0.0 * Fixed default_columns_for_object when object has non-standard foreign keys (#1241) * Fixed missing constants in production (#911) * Removed support for Rails 3 and 4.0 (#1108) * Removed deprecated input/action finder methods (#1139) * Changed boolean label padding to margin (#1202) @@ -9,10 +9,13 @@ * Changed required Ruby version to >= 2.0 (#1210) * Default to input types text for json & jsonb, string for citext columns (#1229) * Allow symbols for numericality options (#1258) * Support for rubies under 2.4.0 has been dropped (#1292) * Support for Rails under 5.2.0 has been dropped (#1293) + * Support for Rails 6.0 has been added (#1300) + * Support for Rails 6.1 has been added (#1324) + * Support for Ruby 3 has been added (#1323) ## 3.1.2 * Fixed that we specified 4.0.4 instead of 4.1 in the Rails version deprecation message @@ -41,9 +44,9 @@ * Various performance and documentation improvements --- See 3.0-stable branch for 3.0.x changes -https://github.com/justinfrench/formtastic/blob/3.0-stable/CHANGELOG +https://github.com/formtastic/formtastic/blob/3.0-stable/CHANGELOG See 2.3-stable branch for 2.3.x and earlier releases -https://github.com/justinfrench/formtastic/blob/2.3-stable/CHANGELOG +https://github.com/formtastic/formtastic/blob/2.3-stable/CHANGELOG