CHANGELOG.md in simple_form-3.1.0.rc1 vs CHANGELOG.md in simple_form-3.1.0.rc2
- old
+ new
@@ -1,7 +1,10 @@
-## 3.1.0.rc1
+## 3.1.0.rc2
### enhancements
+ * Add mapping to `uuid` columns.
+ * Add custom namespaces for custom inputs feature. [@vala](https://github.com/vala)
+ * Add `:unless_blank` option to the wrapper API. [@IanVaughan](https://github.com/IanVaughan)
* Add support to html markup in the I18n options. [@laurocaetano](https://github.com/laurocaetano)
* Add the `full_error` component. [@laurocaetano](https://github.com/laurocaetano)
* Add support to `scope` to be used on associations. [@laurocaetano](https://github.com/laurocaetano)
* Execute the association `condition` in the object context. [@laurocaetano](https://github.com/laurocaetano)
* Check if the given association responds to `order` before calling it. [@laurocaetano](https://github.com/laurocaetano)