rails--rails/activemodel/CHANGELOG.md

12 lines
382 B
Markdown
Raw Normal View History

2021-01-05 18:42:16 +00:00
* Add `in: range` parameter to `numericality` validator.
2021-02-06 20:45:53 +00:00
*Michal Papis*
2021-01-05 18:42:16 +00:00
2020-12-29 19:25:04 +00:00
* Add `locale` argument to `ActiveModel::Name#initialize` to be used to generate the `singular`,
`plural`, `route_key` and `singular_route_key` values.
2020-11-02 21:12:47 +00:00
2021-02-06 20:45:53 +00:00
*Lukas Pokorny*
2020-10-22 19:45:53 +00:00
2020-11-02 18:16:45 +00:00
2020-12-02 23:37:26 +00:00
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/activemodel/CHANGELOG.md) for previous changes.