fix the changelog typo[ci skip]

This commit is contained in:
Rajarshi Das 2013-08-02 12:33:35 +05:30
parent 5753a8cb2a
commit 36aaf46372
2 changed files with 2 additions and 2 deletions

View File

@ -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*

View File

@ -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