Skip to content

Commit

Permalink
Added an entry about fda2431 in the CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyj committed Jun 29, 2012
1 parent 809bdf3 commit 8fe458a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions activerecord/CHANGELOG.md
@@ -1,5 +1,20 @@
## Rails 4.0.0 (unreleased) ## ## Rails 4.0.0 (unreleased) ##


* Add `collate` and `ctype` support to PostgreSQL. These are available for PostgreSQL 8.4 or later.
Example:

development:
adapter: postgresql
host: localhost
database: rails_development
username: foo
password: bar
encoding: UTF8
collate: ja_JP.UTF8
ctype: ja_JP.UTF8

*kennyj*

* `FinderMethods#exists?` now returns `false` with the `false` argument. * `FinderMethods#exists?` now returns `false` with the `false` argument.


*Egor Lynko* *Egor Lynko*
Expand Down

0 comments on commit 8fe458a

Please sign in to comment.