aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-19 23:30:04 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-19 23:30:04 +0530
commitc4b8fd3e1efabfeac85bd94996504aed8d03736b (patch)
tree65eb1aad130d870d6da0bdee3455cd2772d86ba0 /railties/guides/source
parent9798ed79b88f96310320e864284e778f5b0f0e08 (diff)
downloadrails-c4b8fd3e1efabfeac85bd94996504aed8d03736b.tar.gz
rails-c4b8fd3e1efabfeac85bd94996504aed8d03736b.tar.bz2
rails-c4b8fd3e1efabfeac85bd94996504aed8d03736b.zip
add uglifier version info in the 'what to update' section
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/3_2_release_notes.textile1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile
index 491643f841..9e3f3befd7 100644
--- a/railties/guides/source/3_2_release_notes.textile
+++ b/railties/guides/source/3_2_release_notes.textile
@@ -27,6 +27,7 @@ h4. What to update in your apps
** <tt>rails = 3.2.0</tt>
** <tt>sass-rails ~> 3.2.3</tt>
** <tt>coffee-rails ~> 3.2.1</tt>
+** <tt>uglifier >= 1.0.3</tt>
* Rails 3.2 deprecates <tt>vendor/plugins</tt> and Rails 4.0 will remove them completely. You can start replacing these plugins by extracting them as gems and adding them in your Gemfile. If you choose not to make them gems, you can move them into, say, <tt>lib/my_plugin/*</tt> and add an appropriate initializer in <tt>config/initializers/my_plugin.rb</tt>.