[master] 9f6170b80 doc: More VSC-related changes
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Thu Sep 10 14:41:06 UTC 2020
commit 9f6170b807741f203565114a98a5a07116f1b7ad
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Thu Sep 10 16:35:45 2020 +0200
doc: More VSC-related changes
diff --git a/doc/changes.rst b/doc/changes.rst
index 46c2b4aad..29091fb66 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -195,6 +195,11 @@ NEXT (scheduled 2020-09-15)
and ``varnishstat`` for inclusion, exclusion and required glob
patterns on the statistic field names. (3394_)
+ * Added the missing ``VSC_OPT_f`` macro and the new ``VSC_OPT_I`` and
+ ``VSC_OPT_X`` to libvarnishapi headers.
+
+ * Added ``-I`` and ``-X`` options to ``varnishstat``.
+
* Overhaul of the workspace API
* The previously deprecated ``WS_Reserve()`` has been removed
diff --git a/doc/sphinx/whats-new/changes-trunk.rst b/doc/sphinx/whats-new/changes-trunk.rst
index 339914d81..f980df0b7 100644
--- a/doc/sphinx/whats-new/changes-trunk.rst
+++ b/doc/sphinx/whats-new/changes-trunk.rst
@@ -75,7 +75,7 @@ nothing.
Filtering using the ``-f`` option is now deprecated in favor of ``-I`` and
``-X`` options that are treated in order. While still present, the ``-f``
-option now also work in order instead of exclusive filters first and then
+option now also works in order instead of exclusive filters first and then
inclusive filters. It was also wrongly documented as inclusive first.
The JSON output slightly changed to more easily be consumed with programming
More information about the varnish-commit
mailing list