Added { op => \["...", @bind] } to the changes list.
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract.pm
index eb660db..238c903 100644 (file)
@@ -2098,6 +2098,10 @@ support for the { operator => \"..." } construct (to embed literal SQL)
 
 =item *
 
+support for the { operator => \["...", @bind] } construct (to embed literal SQL with bind values)
+
+=item *
+
 added -nest1, -nest2 or -nest_1, -nest_2, ...
 
 =item *