CHANGELOG.md in simple_form-5.0.0 vs CHANGELOG.md in simple_form-5.0.1
- old
+ new
@@ -1,6 +1,11 @@
## Unreleased
+## 5.0.1
+
+### Bug fix
+* Replace `_url` with `remote_url` when trying to guess file inputs [@tegon](https://github.com/tegon). This has the side-effect of changing carrierwave's support from `0.2.1` to `0.2.2`.
+
## 5.0.0
### Enhancements
* Set multiple attribute for grouped selects also. [@ollym](https://github.com/ollym)
* Removes or renames label classes. [Abduvakilov](https://github.com/Abduvakilov)