CHANGELOG.md in formtastic-4.0.0 vs CHANGELOG.md in formtastic-5.0.0
- old
+ new
@@ -1,5 +1,14 @@
-## master / 4.0.0
+## 5.0.0
+ * Added support for Rails 7.1 ([#1371](https://github.com/formtastic/formtastic/pull/1371))
+ * Removed support for Rails < 6.0.0 ([#1354](https://github.com/formtastic/formtastic/pull/1354))
+ * Removed support for Rubies < 2.6.0 ([#1332](https://github.com/formtastic/formtastic/pull/1332), [#1355](https://github.com/formtastic/formtastic.git/pull/1355))
+ * Added support for scopes in relations ([#1343](https://github.com/formtastic/formtastic/pull/1343))
+ * Fixed I18n lookup for enum values in nested select fields ([#1342](https://github.com/formtastic/formtastic/pull/1342))
+ * Fixed faster input class lookup ([#1336](https://github.com/formtastic/formtastic/pull/1336))
+ * Use frozen_string_literal internally ([#1339](https://github.com/formtastic/formtastic/pull/1339))
+
+## 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)