mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix the changelog typo[ci skip]
This commit is contained in:
parent
5753a8cb2a
commit
36aaf46372
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
* Fix `current_page?` when the URL contains escaped characters and the
|
||||
original URL is using the hexdecimal lowercased.
|
||||
original URL is using the hexadecimal lowercased.
|
||||
|
||||
*Rafael Mendonça França*
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
* When using optimistic locking, `update` was not passing the column to `quote_value`
|
||||
to allow the connection adapter to properly determine how to quote the value. This was
|
||||
affecting certain databases that use specific colmn types.
|
||||
affecting certain databases that use specific column types.
|
||||
|
||||
Fixes: #6763
|
||||
|
||||
|
|
Loading…
Reference in a new issue