From f2c7a5d5df0fdf21d854ca25f3b99858aa399217 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 1 Feb 2013 11:33:31 -0800 Subject: [PATCH] Fix markdown syntax in actionpack CHANGELOG. Starting a line with an octothorpe makes an

--- actionpack/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 82438cb766..69ed117a03 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -248,7 +248,8 @@ * More descriptive error messages when calling `render :partial` with an invalid `:layout` argument. - #8376 + + Fixes #8376. render partial: 'partial', layout: true