1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add CHANGELOG entry for 99860582b2

This commit is contained in:
Rafael Mendonça França 2013-05-22 14:40:32 -03:00
parent 73c6ca87a3
commit 30d28b1958

View file

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