From c7a77e3e2ff15224b448fc2d4bddddc43694131d Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 6 Mar 2018 03:46:25 +0000 Subject: [PATCH] Updated readme and changelog --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07d92c..647bc87 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ ### v0.9.0 ###### v0.9.0 +* [#121](https://github.com/Tracman-org/Server/issues/121) Fixed various security holes +* [#68](https://github.com/Tracman-org/Server/issues/68) Added tests, mostly for authentication +* [#120](https://github.com/Tracman-org/Server/issues/120) Split config/routes/settings.js into two files +* Removed express validator and replaced with homegrown function * Fixed showing welcome message on every login +* Removed naked domains ###### v0.8.1/2 * Hotfixed service worker bugs diff --git a/README.md b/README.md index 0ea0583..b1939dd 100755 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A good method is to simply copy the sample configuration and point `config/env/e ```sh cp config/env/sample.js config/env/local-config.js -echo "module.exports = require('./local-config.js');" > config/env/env.js +echo "module.exports = require('./local-config.js')" > config/env/env.js ``` Then edit `config/env/local-config.js` to match your local environment.