aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSam Pearson <sam@sgp.me.uk>2018-09-20 12:08:16 +0100
committerSam Pearson <sam@sgp.me.uk>2018-09-20 14:19:16 +0100
commit785c6cebec327ebf1518c08f1447dbd12224b952 (patch)
tree0d5a33bd118907d99ce89a5dd5b6e9f6be413af2 /CHANGELOG.md
parent1de47094d7a569c0055c0d23657140772c87d93d (diff)
Add configuration option for memcached host
Previously we assumed that any memcache instance would be running on the local loopback interface. This commit makes this configurable with a `MEMCACHED_HOST` option. If left unset, this will default to `127.0.0.1`.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9cba54b8..f24b917e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
- Cobrand hook for disabling updates on individual problems.
- Cobrand hook for disallowing title moderation. #2228
- Cobrand hook for per-questionnaire sending. #2231
+ - Add option for configuring memcache server.
* v2.4 (6th September 2018)
- Security