registers ceb1dcc in the CHANGELOG

This commit is contained in:
Xavier Noria 2012-05-09 00:47:45 +02:00
parent 8a9e031bce
commit ef9dd27223

@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
* The application generator generates `public/humans.txt` with some basic data. *Paul Campbell*
* Add `config.queue_consumer` to allow the default consumer to be configurable. *Carlos Antonio da Silva*
* Add Rails.queue as an interface with a default implementation that consumes jobs in a separate thread. *Yehuda Katz*