aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-03-24 02:29:30 +0000
committerRick Olson <technoweenie@gmail.com>2008-03-24 02:29:30 +0000
commit5bf4cbbdb74dfaaac258dc93e54dcae8295211e9 (patch)
tree878655113e18bf45e5b8a7e7d1a90716ba56e60c /actionpack/CHANGELOG
parent0ff031992f1dc36cf36eaf26a1e476f67c29c048 (diff)
downloadrails-5bf4cbbdb74dfaaac258dc93e54dcae8295211e9.tar.gz
rails-5bf4cbbdb74dfaaac258dc93e54dcae8295211e9.tar.bz2
rails-5bf4cbbdb74dfaaac258dc93e54dcae8295211e9.zip
Allow the #simple_format text_helper to take an html_options hash for each paragraph. Closes #2448 [Francois Beausoleil, thechrisoshow]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9083 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index bcc258acc2..a1e487c2e1 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+# Allow the #simple_format text_helper to take an html_options hash for each paragraph. #2448 [Francois Beausoleil, thechrisoshow]
+
* Fix regression from filter refactoring where re-adding a skipped filter resulted in it being called twice. [rick]
* Refactor filters to use Active Support callbacks. #11235 [Josh Peek]