CHANGELOG.md in simple_form-3.0.0.beta1 vs CHANGELOG.md in simple_form-3.0.0.rc
- old
+ new
@@ -1,9 +1,20 @@
+## master
+
+### enhancements
+ * Make `field_error_proc` configurable [@dfens](https://github.com/dfens)
+
+### bug fix
+ * Remove deprecation warnings related to `Relation#all` from Rails 4.
+ * Form builder can be used outside the context of a controller [@jasonwebster](https://github.com/jasonwebster)
+ * Skip pattern attribute when using `validates_format_of` with `:without` option [@glebm](https://github.com/glebm)
+
## 3.0.0.beta1
### enhancements
* Support to Rails 4.
* Removed deprecated methods.
* SimpleForm no longer sets the `size` attribute automatically and the `default_input_size` setting
is now deprecated.
+ * Support to aria-required attribute to required fields [@ckundo](https://github.com/ckundo)
Please check [v2.1](https://github.com/plataformatec/simple_form/blob/v2.1/CHANGELOG.md) for previous changes.