summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8ed3e1137..b71af30cb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -218,8 +218,8 @@ Deprecations
Please use a real process manager in the future instead of relying on the
``pserve`` to daemonize itself. Many options exist including your Operating
- System's services such as systemd or upstart, as well as the excellent
- and simple supervisord.
+ System's services such as Systemd or Upstart, as well as Python-based
+ solutions like Circus and Supervisor.
See https://github.com/Pylons/pyramid/pull/1641