aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2012-04-28 23:02:39 -0700
committerPiotr Sarnacki <drogus@gmail.com>2012-04-28 23:02:39 -0700
commitbeba8267c96a3dbc1f505ecc099dbf14db8dde4c (patch)
tree22d28096089a333e16b14111f6cd484f5ab4dcfd /actionpack/CHANGELOG.md
parent7dc83f78232a6dfcdd70292e831403933f57347b (diff)
downloadrails-beba8267c96a3dbc1f505ecc099dbf14db8dde4c.tar.gz
rails-beba8267c96a3dbc1f505ecc099dbf14db8dde4c.tar.bz2
rails-beba8267c96a3dbc1f505ecc099dbf14db8dde4c.zip
Lazy load `default_form_builder` if it's passed as a string
closes #3341
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 566b6af378..e1b68d9f26 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.3 (unreleased) ##
+* Allow to lazy load `default_form_builder` by passing a `String` instead of a constant. *Piotr Sarnacki*
+
* 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*