summaryrefslogtreecommitdiffstats
path: root/doc/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r--doc/UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING
index 56688e230..21ed4d14f 100644
--- a/doc/UPGRADING
+++ b/doc/UPGRADING
@@ -17,6 +17,9 @@ Note that Rails 1.2.2 is required for version 0.4.2 and later
4. Migrate your database:
rake migrate RAILS_ENV="production"
+Note: settings previously defined in custom_config.rb are now stored
+in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them.
+
== From 0.2.x and below