aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-30 11:39:18 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-30 11:45:12 -0300
commit5c7bb86a1bafbc6f067452768f37e566d6020918 (patch)
treed00ebf66ebc5e53e47d3265ed2ccb62e42912aa6 /actionpack/CHANGELOG.md
parent5284e650be321273a2bb68bf4baa8adeb6bc586b (diff)
downloadrails-5c7bb86a1bafbc6f067452768f37e566d6020918.tar.gz
rails-5c7bb86a1bafbc6f067452768f37e566d6020918.tar.bz2
rails-5c7bb86a1bafbc6f067452768f37e566d6020918.zip
Remove the leading \n added by textarea on assert_select
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index b0e7890512..ed3135f384 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.3 (unreleased) ##
+* Remove the leading \n added by textarea on assert_select. *Santiago Pastorino*
+
* Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino*
* Fix textarea rendering when using plugins like HAML. Such plugins encode the first newline character in the content. This issue was introduced in https://github.com/rails/rails/pull/5191 *James Coleman*