[master] d5559812a spelling: deprecated
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:47:08 UTC 2024
commit d5559812ad2901d7fd3d8e97fee11883b64a50a1
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 08:30:55 2024 -0400
spelling: deprecated
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/doc/changes.rst b/doc/changes.rst
index a1de97632..0f5992650 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1046,7 +1046,7 @@ Varnish Cache 7.0.0 (2021-09-15)
* Added ``VRT_UnsetHdr()`` and removed ``vrt_magic_string_unset``.
-* Removed depcreated ``STRING_LIST`` in favor of ``STRANDS``. All functions
+* Removed deprecated ``STRING_LIST`` in favor of ``STRANDS``. All functions
that previously took a ``STRING_LIST`` had ``const char *, ...`` arguments,
they now take ``const char *, VCL_STRANDS`` arguments. The magic cookie
``vrt_magic_string_end`` is gone and ``VRT_CollectStrands()`` was renamed to
More information about the varnish-commit
mailing list