CHANGES.md in reform-rails-0.2.0 vs CHANGES.md in reform-rails-0.2.1

- old
+ new

@@ -1,4 +1,8 @@ +# 0.2.1 + +* Error's full_message with translation fixed thanks to [@marcelolx](https://github.com/trailblazer/reform-rails/pull/85) + # 0.2.0 * Needs Reform >= 2.3.0. * make the inclusion of ActiveModel form builder modules optional when using dry-validation. This can be controlled via `config.reform.enable_active_model_builder_methods = true`. * delegate `validates_each` method and allow it to be called outside a validation block.