1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add CHANGELOG for #42423

This commit is contained in:
Zachary Scott 2021-06-10 19:39:45 +09:00
parent 8b36cca481
commit d3e9ca92c7

View file

@ -1,3 +1,7 @@
* Add `update!` that works like `update` but raises exceptions
*Dorian Marié*
* Add `ActiveRecord::Base#attributes_for_database`
Returns attributes with values for assignment to the database.