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:34:41 +0000 |
commit | 563bcfc3d0cb743f84a1541e59ea51db04ca179f (patch) | |
tree | cc3bfa9b7110a84c05e9108e1671bbbed28c942d | |
parent | 02a0ca6320ca0387782810312fbff875e422154a (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) |