From aa5b627849727807829ed1b14d710bd1cdb972f6 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Wed, 12 Jun 2013 15:15:52 +0530 Subject: [PATCH] Fix typos in AR changelog [ci skip] --- activerecord/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 170084cf67..0955761b7f 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,5 @@ * Remove column restrictions for `count`, let the database raise if the SQL is - invalid. The previos behavior was untested and surprising for the user. + invalid. The previous behavior was untested and surprising for the user. Fixes #5554. Example: @@ -56,7 +56,7 @@ *Yves Senn* -* Fix bug where tiny types are incorectly coerced as booleand when the length is more than 1. +* Fix bug where tiny types are incorrectly coerced as boolean when the length is more than 1. Fixes #10620.