aboutsummaryrefslogtreecommitdiffstats
path: root/guides/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Kelly Ferguson <hello@johnkellyferguson.com>2014-05-25 18:48:14 -0400
committerJohn Kelly Ferguson <hello@johnkellyferguson.com>2014-05-25 18:48:14 -0400
commit45072f34d27bda34b182f14f8b02d778d1648cce (patch)
tree66a21875edf8908997ba28f63a8d32f8cedd2a0b /guides/CHANGELOG.md
parent6c30717f8c182dc05f63779b3a9a532fb9076b05 (diff)
downloadrails-45072f34d27bda34b182f14f8b02d778d1648cce.tar.gz
rails-45072f34d27bda34b182f14f8b02d778d1648cce.tar.bz2
rails-45072f34d27bda34b182f14f8b02d778d1648cce.zip
Rename Posts to Articles in Guides' Getting Started App, continuation of #15215 [ci skip]
Diffstat (limited to 'guides/CHANGELOG.md')
-rw-r--r--guides/CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md
index 5a6e8add6c..4cd4a9d70c 100644
--- a/guides/CHANGELOG.md
+++ b/guides/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Change Posts to Articles in Getting Started sample application in order to
+better align with the actual guides.
+
+ * John Kelly Ferguson*
+
* Update all Rails 4.1.0 references to 4.1.1 within the guides and code.
* John Kelly Ferguson*
@@ -5,7 +10,7 @@
* Split up rows in the Explain Queries table of the ActiveRecord Querying section
in order to improve readability.
- * John Kelly Ferguson *
+ * John Kelly Ferguson*
* Change all non-HTTP method 'post' references to 'article'.