aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-02-01 11:33:31 -0800
committerSteve Klabnik <steve@steveklabnik.com>2013-02-01 11:34:29 -0800
commit8f8ae5f03ccc30daae278c397fb88f94216b5229 (patch)
treecf10feab5f72f61a25589bcfa1d5306f4aa73d9d /actionpack/CHANGELOG.md
parent1337e9284c038de8f0ea8a2de0d03efa630ea057 (diff)
downloadrails-8f8ae5f03ccc30daae278c397fb88f94216b5229.tar.gz
rails-8f8ae5f03ccc30daae278c397fb88f94216b5229.tar.bz2
rails-8f8ae5f03ccc30daae278c397fb88f94216b5229.zip
Fix markdown syntax in actionpack CHANGELOG.
Starting a line with an octothorpe makes an <h1>
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 8cf9959831..22586caa84 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -64,7 +64,8 @@
* More descriptive error messages when calling `render :partial` with
an invalid `:layout` argument.
- #8376
+
+ Fixes #8376.
render :partial => 'partial', :layout => true
# results in ActionView::MissingTemplate: Missing partial /true