cleanup CHANGELOGs. [ci skip]

This commit is contained in:
Yves Senn 2014-12-23 08:56:17 +01:00
parent d56b766056
commit 0587070391
3 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@
*Chris Sinjakli*
* Fixed usage of optional scopes in URL helpers.
* Fixed usage of optional scopes in url helpers.
*Alex Robbin*
* Fixed handling of positional url helper arguments when `format: false`.
* Fixed handling of positional url helper arguments when `format: false`.
Fixes #17819.

View File

@ -1,7 +1,7 @@
* Fixes bug with 'ActiveRecord::Type::Numeric' that causes negative values to
be marked as having changed when set to the same negative value.
Closes GH#18161
Closes #18161.
*Daniel Fox*
@ -20,7 +20,7 @@
*Yves Senn*
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.
* Fix undesirable RangeError by `Type::Integer`. Add `Type::UnsignedInteger`.
*Ryuta Kamizono*

View File

@ -1,4 +1,4 @@
* Added support for error dispatcher classes in ActiveSupport::Rescuable. Now it acts closer to Ruby's rescue.
* Added support for error dispatcher classes in `ActiveSupport::Rescuable`. Now it acts closer to Ruby's rescue.
class BaseController < ApplicationController
module ErrorDispatcher