[master] 93e21e094 Document param.reset in "Changes", and add some subsection headers.

Geoff Simmons geoff at uplex.de
Sun Mar 3 17:27:05 UTC 2019


commit 93e21e094e1a90b63ff41033afa4fadf48e8a0a1
Author: Geoff Simmons <geoff at uplex.de>
Date:   Sun Mar 3 18:25:43 2019 +0100

    Document param.reset in "Changes", and add some subsection headers.

diff --git a/doc/sphinx/whats-new/changes-trunk.rst b/doc/sphinx/whats-new/changes-trunk.rst
index d3bf72a6e..dc385ec67 100644
--- a/doc/sphinx/whats-new/changes-trunk.rst
+++ b/doc/sphinx/whats-new/changes-trunk.rst
@@ -80,6 +80,9 @@ precision.  This affects the tags ``ExpKill`` and ``ExpRearm``
 varnishadm(1) and varnish-cli(7)
 ================================
 
+JSON output
+~~~~~~~~~~~
+
 JSON responses, requested with the ``-j`` option, are now possible for
 the following commands (see :ref:`varnish-cli(7)`):
 
@@ -93,6 +96,15 @@ the following commands (see :ref:`varnish-cli(7)`):
 For automated parsing of CLI responses (``varnishadm`` output), we
 recommend the use of JSON format.
 
+``param.reset <param>``
+~~~~~~~~~~~~~~~~~~~~~~~
+
+Added the command ``param.reset`` to reset a parameter's value to its
+default, see :ref:`varnish-cli(7)`.
+
+Listing backends and VCLs
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
 The "probe message" field in the output of ``backend.list`` (in the
 ``probe_message`` field of JSON format, or the ``Probe`` column of
 non-JSON output) has been changed to display ``X/Y state``, where:
@@ -127,6 +139,9 @@ See :ref:`varnish-cli(7)` for details. In the JSON output for
 The width of columns in ``backend.list`` and ``vcl.list`` output
 (non-JSON) is now dynamic, to fit the width of the terminal window.
 
+Banning by expiration parameters
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 Bans may now be defined with respect to ``obj.ttl``, ``obj.age``,
 ``obj.grace`` and ``obj.keep``, referring to the expiration and age
 properties of the cached object. A ban expression may also be defined


More information about the varnish-commit mailing list