[3.0] 6ace083 Add missing header for string concatention operator

Tollef Fog Heen tfheen at varnish-cache.org
Mon Aug 29 10:45:44 CEST 2011


commit 6ace083c3995168a4e4516f172afff2dcbcf955d
Author: Cosimo Streppone <cosimo at streppone.it>
Date:   Thu Aug 25 09:17:22 2011 +0200

    Add missing header for string concatention operator

diff --git a/doc/sphinx/installation/upgrade.rst b/doc/sphinx/installation/upgrade.rst
index 2afbf64..5f40422 100644
--- a/doc/sphinx/installation/upgrade.rst
+++ b/doc/sphinx/installation/upgrade.rst
@@ -9,6 +9,8 @@ Changes to VCL
 
 In 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



More information about the varnish-commit mailing list