Here's a trivial documentation patch against current master that makes the string concatenation operator change more evident, at least to me.
I had missed it in a quick scan of the document. Cheers, --------------------8<--------------------------diff --git a/doc/sphinx/installation/upgrade.rst b/doc/sphinx/installation/upgrade.rst
index 1a31733..aef903f 100644 --- a/doc/sphinx/installation/upgrade.rst +++ b/doc/sphinx/installation/upgrade.rst @@ -9,6 +9,9 @@ Changes to VCLIn most cases you need to update your VCL since there has been some changes to the syntax.
+string concatenation operator +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +String concatenation did not have an operator previously, but this has now been changed to ``+``.
``log`` moved to the std vmod --------------------8<-------------------------- -- Cosimo
string-concat-clarification.patch
Description: Binary data
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
