diff options
-rw-r--r-- | activerecord/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 19d2195bca..09ed2bdc0c 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,9 @@ +* 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* |