Skip to content

Commit

Permalink
changelog, minor formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Sep 7, 2015
1 parent 3f2267e commit 488afd5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
* Support dropping indexes concurrently in Postgres.
* Support dropping indexes concurrently in PostgreSQL.

See http://www.postgresql.org/docs/9.4/static/sql-dropindex.html for more
details.

*Grey Baker*

* Deprecate passing conditions to `ActiveRecord::Relation#delete_all`
and `ActiveRecord::Relation#destroy_all`
and `ActiveRecord::Relation#destroy_all`.

*Wojciech Wnętrzak*

Expand Down Expand Up @@ -37,7 +37,7 @@
* Uniqueness validator raises descriptive error when running on a persisted
record without primary key.

Closes #21304.
Fixes #21304.

*Yves Senn*

Expand All @@ -53,7 +53,7 @@

* Descriptive error message when fixtures contain a missing column.

Closes #21201.
Fixes #21201.

*Yves Senn*

Expand All @@ -77,11 +77,11 @@
sleep 10 # Throttles the delete queries
end

Closes #20933.
Fixes #20933.

*Sina Siadat*

* Added methods for PostgreSQL geometric data types to use in migrations
* Added methods for PostgreSQL geometric data types to use in migrations.

Example:

Expand Down Expand Up @@ -1107,7 +1107,7 @@

* `eager_load` preserves readonly flag for associations.

Closes #15853.
Fixes #15853.

*Takashi Kokubun*

Expand Down Expand Up @@ -1163,7 +1163,7 @@
* Fix bug with `ActiveRecord::Type::Numeric` that caused negative values to
be marked as having changed when set to the same negative value.

Closes #18161.
Fixes #18161.

*Daniel Fox*

Expand All @@ -1178,7 +1178,7 @@
before loading the schema. This is left for the user to do.
`db:test:prepare` will still purge the database.

Closes #17945.
Fixes #17945.

*Yves Senn*

Expand Down

0 comments on commit 488afd5

Please sign in to comment.