diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-12 16:34:41 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-12 16:35:35 +0000 |
commit | 2078f60edf819cae81b5f15bedf93db9bae4df53 (patch) | |
tree | ba28fb3320857da4eec72dd71173df862a9a9b1c | |
parent | a1ca0f9123a3aea843ba35508a97d5a4fd5cb0db (diff) |
Emphasise the importance of adding a newrelic.yml file, fix formatting.
-rw-r--r-- | doc/CHANGES.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 2fd26fcbe..b74e46248 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -19,9 +19,10 @@ * THEME_BRANCH (defaults to tagged version specific to your version of alaveteli or, failing that, to master) * MTA_LOG_PATH * MTA_LOG_TYPE (defaults to Exim) -* Copy config/newrelic.yml-example to config/newrelic.yml - by default monitoring is switched off, see https://github.com/newrelic/rpm for instructions on switching on local and remote performance analysis. +* IMPORTANT - Copy config/newrelic.yml-example to config/newrelic.yml - by default monitoring is switched off, see https://github.com/newrelic/rpm for instructions on switching on local and remote performance analysis. * Check out this version and run `rails-post-deploy` as usual. * Note that mailcatcher is now used in development - see http://mailcatcher.me/ for details + # Version 0.6.7 ## Highlighted features * The ability to calculate due dates using calendar, not working days (Matthew Landauer) |