aboutsummaryrefslogtreecommitdiffstats
path: root/guides/CHANGELOG.md
diff options
context:
space:
mode:
authorArthur Nogueira Neves <arthurnn@gmail.com>2014-05-24 18:28:38 -0400
committerArthur Nogueira Neves <arthurnn@gmail.com>2014-05-24 18:28:38 -0400
commit0bd909abea076ee63a93ca1833f712c215e29915 (patch)
treece776967226b44ed53b0d9f258392c1e76f32ab8 /guides/CHANGELOG.md
parenta9ced732ad66cba3f37101c77d0475febe8b5926 (diff)
parent5ec797e2ca802ef04226b373d11c256d7f30e132 (diff)
downloadrails-0bd909abea076ee63a93ca1833f712c215e29915.tar.gz
rails-0bd909abea076ee63a93ca1833f712c215e29915.tar.bz2
rails-0bd909abea076ee63a93ca1833f712c215e29915.zip
Merge pull request #15303 from JohnKellyFerguson/guides-ar-querying
Improve readability of Explain Queries table in guides
Diffstat (limited to 'guides/CHANGELOG.md')
-rw-r--r--guides/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md
index 0b52db5670..e692708076 100644
--- a/guides/CHANGELOG.md
+++ b/guides/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Split up rows in the Explain Queries table of the ActiveRecord Querying section
+in order to improve readability.
+
+ * John Kelly Ferguson *
+
* Change all non-HTTP method 'post' references to 'article'.
*John Kelly Ferguson*