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

Update changelog for #22122

This commit is contained in:
Sam Davies 2015-11-01 17:52:03 -03:00
parent 9e78eb18e5
commit 2e43eefa94

View file

@ -1,3 +1,8 @@
* Use advisory locking to raise a ConcurrentMigrationError instead of
attempting to migrate when another migration is currently running.
*Sam Davies*
* Added `ActiveRecord::Relation#left_outer_joins`.
Example: