提交 f8b0e549 编写于 作者: Y Yves Senn

CHANGELOG entry for improved singularizing of singulars.

Closes #9559.

The actual patch was added with #4719
上级 ee169329
## Rails 4.0.0 (unreleased) ##
* Fix deletion of empty directories in ActiveSupport::Cache::FileStore.
*Charles Jones*
## Rails 4.0.0.beta1 (February 25, 2013) ##
* Improve singularizing a singular for multiple cases.
Fixes #2608 #1825 #2395.
Example:
# Before
'address'.singularize # => 'addres'
# After
'address'.singularize # => 'address'
*Mark McSpadden*
* Prevent `DateTime#change` from truncating the second fraction, when seconds
do not need to be changed.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册