aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-01-27 13:57:25 +0100
committerYves Senn <yves.senn@gmail.com>2014-01-27 13:57:25 +0100
commit9673d5df2764f8a2f84fc739b480f3040926c0cd (patch)
treecf3dada4b576bd722abb80f3f63dd74977b6d967 /guides/source
parent26fb57b58dad6555222bb7270f20d9fb1ccb7534 (diff)
downloadrails-9673d5df2764f8a2f84fc739b480f3040926c0cd.tar.gz
rails-9673d5df2764f8a2f84fc739b480f3040926c0cd.tar.bz2
rails-9673d5df2764f8a2f84fc739b480f3040926c0cd.zip
docs, remove deprecation entry in favor of abe6484. [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/4_1_release_notes.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md
index 2426046335..477268f4bc 100644
--- a/guides/source/4_1_release_notes.md
+++ b/guides/source/4_1_release_notes.md
@@ -422,11 +422,6 @@ for detailed changes.
* Deprecated `quoted_locking_column` method, which isn't used anywhere.
-* Deprecated the delegation of Array bang methods for associations.
- To use them, instead first call `#to_a` on the association to access the
- array to be acted
- on. ([Pull Request](https://github.com/rails/rails/pull/12129))
-
* Deprecated `ConnectionAdapters::SchemaStatements#distinct`,
as it is no longer used by internals. ([Pull Request](https://github.com/rails/rails/pull/10556))