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

CHANGELOG entry

This commit is contained in:
Brian Christian 2016-03-09 19:41:44 -08:00
parent 022eadddba
commit 06d506f0d0

View file

@ -1,3 +1,9 @@
* Don't impose primary key order if limit() has already been supplied.
Fixes #23607
*Brian Christian*
* Add environment & load_config dependency to `bin/rake db:seed` to enable
seed load in environments without Rails and custom DB configuration