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

Add changelog entry for database tasks removal #10853 [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-06-25 20:58:43 -03:00
parent 370e1ad3f1
commit dfafac9dfe

View file

@ -1,3 +1,7 @@
* Remove Oracle / Sqlserver / Firebird database tasks that were deprecated in 4.0.
*kennyj*
* `find_each` now returns an `Enumerator` when called without a block, so that it
can be chained with other `Enumerable` methods.