summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-11-12 23:22:00 -0600
committerMichael Merickel <michael@merickel.org>2015-11-12 23:24:23 -0600
commitbaff99d69e80c58a76e0b0e8cf444ee5e573208b (patch)
treea164e4976a917db392484987ab240bdaf3c1cd5a
parent14d86a4bdd6f371966cb9d08e2886bdf59b6e11f (diff)
downloadpyramid-baff99d69e80c58a76e0b0e8cf444ee5e573208b.tar.gz
pyramid-baff99d69e80c58a76e0b0e8cf444ee5e573208b.tar.bz2
pyramid-baff99d69e80c58a76e0b0e8cf444ee5e573208b.zip
update changelog for #2120
-rw-r--r--CHANGES.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 77b8e9298..79d610d4a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -238,9 +238,10 @@ Bug Fixes
Deprecations
------------
-- The ``pserve`` command's daemonization features have been deprecated. This
- includes the ``[start,stop,restart,status]`` subcommands as well as the
- ``--daemon``, ``--stop-server``, ``--pid-file``, and ``--status`` flags.
+- The ``pserve`` command's daemonization features have been deprecated as well
+ as ``--monitor-restart``. This includes the ``[start,stop,restart,status]``
+ subcommands as well as the ``--daemon``, ``--stop-daemon``, ``--pid-file``,
+ and ``--status`` flags.
Please use a real process manager in the future instead of relying on the
``pserve`` to daemonize itself. Many options exist including your Operating
@@ -248,6 +249,7 @@ Deprecations
solutions like Circus and Supervisor.
See https://github.com/Pylons/pyramid/pull/1641
+ and https://github.com/Pylons/pyramid/pull/2120
- Renamed the ``principal`` argument to ``pyramid.security.remember()`` to
``userid`` in order to clarify its intended purpose.