From 40d02eb715e54346f9980c2b0c4625fdde52620f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 22 May 2013 14:40:32 -0300 Subject: [PATCH] Add CHANGELOG entry for 7a2a942 --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 0497a34f5eacd..0b82303725eeb 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,11 @@ ## unreleased ## +* Fix bug where tiny types are incorectly coerced as booleand when the length is more than 1. + + Fixes #10620. + + *Aaron Peterson* + * Also support extensions in PostgreSQL 9.1. This feature has been supported since 9.1. *kennyj*