aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-01-10 16:36:18 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-01-10 16:36:26 -0200
commitad449525dcd0da359c96203be11db2f606c9c812 (patch)
tree08f13edfcc9fa17e1f9bf86ebc654e2c870ee234 /actionpack
parent2e8dac660f097c0fca7e76f76eeff0aea852ee51 (diff)
downloadrails-ad449525dcd0da359c96203be11db2f606c9c812.tar.gz
rails-ad449525dcd0da359c96203be11db2f606c9c812.tar.bz2
rails-ad449525dcd0da359c96203be11db2f606c9c812.zip
Add CHANGELOG entry
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 583d984989..6e609e6c7e 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -4,6 +4,8 @@
## Rails 3.2.0 (unreleased) ##
+* Rails initialization with initialize_on_precompile = false should set assets_dir *Santiago Pastorino*
+
* Add font_path helper method *Santiago Pastorino*
* Depends on rack ~> 1.4.0 *Santiago Pastorino*