Skip to content

Commit

Permalink
tidy AR CHANGELOG. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Dec 30, 2013
1 parent d2aa332 commit 2ab3bd1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* An `ArgumentError` is now raised on a call to `Relation#where.not(nil)`.

Example:

User.where.not(nil)

# Before
Expand All @@ -10,7 +12,8 @@

*Kuldeep Aggarwal*

* Deprecated use of string argument as a configuration lookup in `ActiveRecord::Base.establish_connection`. Instead, a symbol must be given.
* Deprecated use of string argument as a configuration lookup in
`ActiveRecord::Base.establish_connection`. Instead, a symbol must be given.

*José Valim*

Expand Down Expand Up @@ -46,10 +49,10 @@

*Richard Schneeman*

* Do not raise `'can not touch on a new record object'` exception on destroying already destroyed
`belongs_to` association with `touch: true` option
* Do not raise `'can not touch on a new record object'` exception on destroying
already destroyed `belongs_to` association with `touch: true` option.

Fixes: #13445
Fixes #13445.

Example:

Expand Down

0 comments on commit 2ab3bd1

Please sign in to comment.